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 <[email protected]> Author: Fujii Masao <[email protected]> Reviewed-by: Jian He <[email protected]> Discussion: https://postgr.es/m/CACJufxF8=z0v=888nkkeothq+jc4exutfi91bf0ffjgfszt...@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(-)
