Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite865423

Browse files
jeff-davispull[bot]
authored andcommitted
Fix test inae168c7, per buildfarm.
Reported-by: Michael PaquierDiscussion:https://postgr.es/m/Y3Q8SGMXhInL4o3X@paquier.xyz
1 parent7cdb24f commite865423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/modules/test_custom_rmgrs/t/001_basic.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
);
4949

5050
# check if our custom WAL resource manager has successfully written a WAL record
51-
my$expected =qq($record_end_lsn|test_custom_rmgrs|TEST_CUSTOM_RMGRS_MESSAGE|44|18|0|payload (10 bytes): payload123);
51+
my$expected =qq($record_end_lsn|test_custom_rmgrs|TEST_CUSTOM_RMGRS_MESSAGE|0|payload (10 bytes): payload123);
5252
my$result =
5353
$node->safe_psql('postgres',
54-
qq[SELECT end_lsn, resource_manager, record_type,record_length, main_data_length,fpi_length, description FROM pg_get_wal_records_info('$start_lsn', '$end_lsn')
54+
qq[SELECT end_lsn, resource_manager, record_type, fpi_length, description FROM pg_get_wal_records_info('$start_lsn', '$end_lsn')
5555
WHERE resource_manager = 'test_custom_rmgrs';]);
5656
is($result,$expected,
5757
'custom WAL resource manager has successfully written a WAL record'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp