RE: 035_standby_logical_decoding might fail due to FATAL message lost inside libpq
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: 'Alexander Lakhin' <exclusion@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-05-27T05:43:15Z
Lists: pgsql-hackers
Hi Alexander, I applied your reproducer atop my HEAD (12d00048), but I could not reproduce. In the first place, the postgres could not do the meson setup command after patching. I got the below error: ``` Configuring Makefile.global using configuration ../postgres/src/test/meson.build:8:0: ERROR: Non-existent build file 'src/test/recovery_1/meson.build' ``` The build can be done if I restore changes in src/meson.build, but I could not reproduce the failure if I run 035_standby_logicaldecoding.pl. Am I missing something? Best regards, Hayato Kuroda FUJITSU LIMITED