Re: pg_restore --no-policies should not restore policies' comment
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: jian he <jian.universality@gmail.com>
Cc: Fujii Masao <masao.fujii@oss.nttdata.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-09-16T08:04:18Z
Lists: pgsql-hackers
On Tue, Sep 9, 2025 at 4:56 PM Fujii Masao <masao.fujii@gmail.com> wrote: > Thanks for the review! Unless there are any objections, > I’ll run the tests again and then push the patches. I've pushed patches 0001, 0002, and 0003. I'll push 0004 later. Buildfarm member petalura reported a failure at [1] after 0001 was backpatched to v13. However, the server logs show a "double free or corruption" error occurring as the backend was exiting. Since that code was not touched by 0001, for now I don't think this failure is related to the patch... But am I missing something? ---------------------------------------- 2025-09-16 05:47:21.231 CEST [226419][client backend][10/2179:0] LOG: statement: RESET client_min_messages; 2025-09-16 05:47:21.231 CEST [226419][client backend][10/2180:0] LOG: statement: RESET search_path; 2025-09-16 05:47:21.244 CEST [226419][client backend][:0] LOG: disconnection: session time: 0:00:35.551 user=bf database=regression host=[local] double free or corruption (!prev) <snip> 2025-09-16 05:47:21.550 CEST [10340][postmaster][:0] LOG: server process (PID 226419) was terminated by signal 6: Aborted 2025-09-16 05:47:21.550 CEST [10340][postmaster][:0] LOG: terminating any other active server processes ---------------------------------------- Regards, [1] https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=petalura&dt=2025-09-16%2003%3A29%3A05 -- Fujii Masao
Commits
-
pg_dump: Remove unnecessary code for security labels on extensions.
- 762faf702c6f 19 (unreleased) landed
-
pg_restore: Fix security label handling with --no-publications/subscriptions.
- a4dbb11bb9ac 13.23 landed
- bc476f8b8b64 14.20 landed
- 5f42008f9030 15.15 landed
- 0870397ccfbd 16.11 landed
- dc8aa2f586d0 17.7 landed
- 7aecc00b3d66 18.0 landed
- 45f50c995fb6 19 (unreleased) landed
-
pg_dump: Fix dumping of security labels on subscriptions and event triggers.
- dff7591a7041 13.23 landed
- 295c0a644af5 14.20 landed
- 165b07efe4e2 15.15 landed
- 20b23784fc31 16.11 landed
- 968141898777 17.7 landed
- 176002c5bfa6 18.0 landed
- 8e5b92928d28 19 (unreleased) landed
-
pg_restore: Fix comment handling with --no-policies.
- 2ddbfede0c61 18.0 landed
- 66dabc06b1b0 19 (unreleased) landed
-
pg_restore: Fix comment handling with --no-publications / --no-subscriptions.
- 8fbd1f8ea2e1 13.23 landed
- db900ec358bd 14.20 landed
- c8ed16050564 15.15 landed
- 97527a5e68d5 16.11 landed
- f7f9c5d65816 17.7 landed
- 77d2b155caf7 18.0 landed
- b54e8dbfe3b1 19 (unreleased) landed
-
Core support for "extensions", which are packages of SQL objects.
- d9572c4e3b47 9.1.0 cited