diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-12-16 12:01:59 -0500 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-12-16 12:01:59 -0500 |
| commit | c49d926833fa6a987e3f9a66027f4a01d7a008be (patch) | |
| tree | e2eb64f8d7406a299c9c4fd8d758fbe5aaddb5f7 /src/bin/pg_dump/pg_dump.h | |
| parent | 58e2e6eb67fec14c793c74207407e172d7e0291d (diff) | |
| download | postgresql-c49d926833fa6a987e3f9a66027f4a01d7a008be.tar.gz | |
Clean up some more freshly-dead code in pg_dump and pg_upgrade.
I missed a few things in 30e7c175b and e469f0aaf,
as noted by Justin Pryzby.
Discussion: https://postgr.es/m/2923349.1634942313@sss.pgh.pa.us
Diffstat (limited to 'src/bin/pg_dump/pg_dump.h')
| -rw-r--r-- | src/bin/pg_dump/pg_dump.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h index 6dccb4be4e..f011ace8a8 100644 --- a/src/bin/pg_dump/pg_dump.h +++ b/src/bin/pg_dump/pg_dump.h @@ -149,9 +149,6 @@ typedef struct _dumpableObject /* * Object types that have ACLs must store them in a DumpableAcl sub-struct, * which must immediately follow the DumpableObject base struct. - * - * Note: when dumping from a pre-9.2 server, which lacks the acldefault() - * function, acldefault will be NULL or empty. */ typedef struct _dumpableAcl { |
