| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: pg_dump: Remove unnecessary code for security labels on extensio |
| Date: | 2025-10-20 02:46:41 |
| Message-ID: | E1vAfuz-002Xqt-2l@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
pg_dump: Remove unnecessary code for security labels on extensions.
Commit d9572c4e3b4 added extension support and made pg_dump attempt to
dump security labels on extensions. However, security labels on extensions
are not actually supported, so this code was unnecessary.
This commit removes it.
Suggested-by: Jian He <jian(dot)universality(at)gmail(dot)com>
Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Jian He <jian(dot)universality(at)gmail(dot)com>
Discussion: https://postgr.es/m/CACJufxF8=z0v=888NKKEoTHQ+Jc4EXutFi91BF0fFjgFsZT6JQ@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/762faf702c6f7292bd02705553078700d92c15f1
Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2025-10-20 12:46:07 | pgsql: Fix thinko in commit 7d129ba54. |
| Previous Message | Michael Paquier | 2025-10-20 00:36:06 | pgsql: pg_checksums: Use new routine to retrieve data of PG_VERSION |