RE: 035_standby_logical_decoding might fail due to FATAL message lost inside libpq

From: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
To: 'Alexander Lakhin' <exclusion(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: 035_standby_logical_decoding might fail due to FATAL message lost inside libpq
Date: 2026-05-27 05:43:15
Message-ID: OS9PR01MB121491B8DEDE281FF6E16AB89F5082@OS9PR01MB12149.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Henson Choi 2026-05-27 05:49:44 Re: Row pattern recognition
Previous Message Hayato Kuroda (Fujitsu) 2026-05-27 05:24:54 RE: Patch for migration of the pg_commit_ts directory