Content-Length: 267255 | pFad | http://github.com/postgrespro/postgres/commit/36e0358e70498b5bf5e3e83d91ac964fc24c249e

A8 Fix test in ae168c794f, per buildfarm. · postgrespro/postgres@36e0358 · GitHub
Skip to content

Commit 36e0358

Browse files
committed
Fix test in ae168c7, per buildfarm.
Reported-by: Michael Paquier Discussion: https://postgr.es/m/Y3Q8SGMXhInL4o3X@paquier.xyz
1 parent 1ff4161 commit 36e0358

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/36e0358e70498b5bf5e3e83d91ac964fc24c249e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy