diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-12 15:46:31 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-12 15:46:31 -0500 |
commit | fcd77a6873018c06a34761b7be0c0d1fd847fdd5 (patch) | |
tree | cd4d42334c85c33c8be000cd1300e098210a79f9 /src/backend/access/gist/gistxlog.c | |
parent | c45963c5d5cc0a3b8739ba158f781452a3fd89c5 (diff) | |
download | postgresql-fcd77a6873018c06a34761b7be0c0d1fd847fdd5.tar.gz postgresql-fcd77a6873018c06a34761b7be0c0d1fd847fdd5.zip |
Fix minor memory leaks in pg_dump.
Coverity reported the two oversights in getPublicationTables.
Valgrind found the one in determineNotNullFlags.
The mistakes in getPublicationTables seem too minor to be worth
back-patching. determineNotNullFlags could be run enough times
to matter, but that code is new in v18. So, no back-patch.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions