| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | PROPERTY GRAPH pg_dump ACL minimization |
| Date: | 2026-06-30 02:33:08 |
| Message-ID: | 20260630023308.c7.noahmisch@microsoft.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
pg_dump doesn't do its normal ACL minimization for the new PROPERTY GRAPH
feature. Patch attached. See log message for details.
Most of the patch bulk (modest as it is) exists to keep support for dumping
from beta1. I'm not sure whether it was worth bothering. Breaking dump from
a beta is without precedent known to me, so I just erred on the side of not
breaking it. If we were to decide pg_dump could drop support for betas, I'd
be fine with that.
This entails a catversion bump on the v19 branch. If the master branch
already has a post-branch catversion bump by then, the two catversions should
remain distinct. I'll use yyyymmdd1 for v19 and yyyymmdd2 for master. That
feels cleanest to me, since it uses the *2 value where it will be
shortest-lived. There's precedent in 20b6847 (master) / e256312 (v15).
| Attachment | Content-Type | Size |
|---|---|---|
| acldefault-propgraph-v1.patch | text/plain | 5.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2026-06-30 03:11:01 | Re: PROPERTY GRAPH pg_dump ACL minimization |
| Previous Message | Xuneng Zhou | 2026-06-30 02:25:48 | Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup |