Re: MERGE/SPLIT partition commands should create new partitions in the parent's tablespace? - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: MERGE/SPLIT partition commands should create new partitions in the parent's tablespace?
Date
Msg-id 15266e4e-f897-46ed-88c9-dd8dc5fe3251@oss.nttdata.com
Whole thread Raw
In response to Re: MERGE/SPLIT partition commands should create new partitions in the parent's tablespace?  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers

On 2024/07/15 14:00, Fujii Masao wrote:
> Attached patch fixes unstable tests. Currently testing before pushing.

I pushed the patch at commit 4e5d6c4091, and some buildfarm animals
are back to green, but crake still reported an error. At first glance,
the error messages don't seem related to the recent patches.
I'll investigate further.

Waiting for replication conn standby_1's replay_lsn to pass 0/15428F78 on primary
[01:31:11.920](206.483s) # poll_query_until timed out executing this query:
# SELECT '0/15428F78' <= replay_lsn AND state = 'streaming'
#          FROM pg_catalog.pg_stat_replication
#          WHERE application_name IN ('standby_1', 'walreceiver')
# expecting this output:
# t
# last actual query output:
# f
# with stderr:
timed out waiting for catchup at /home/andrew/bf/root/HEAD/pgsql/src/test/recovery/t/027_stream_regress.pl line 103.
# Postmaster PID for node "primary" is 99205

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: Removing unneeded self joins
Next
From: jian he
Date:
Subject: Re: documentation structure