diff options
| author | Michael Paquier | 2025-12-18 22:55:58 +0000 |
|---|---|---|
| committer | Michael Paquier | 2025-12-18 22:55:58 +0000 |
| commit | 9d0f7996e58c2a92efe06c901c6dfe1f6ced0a1d (patch) | |
| tree | 546a3587185dd76ac90be9c30b8cbbd4e341cf41 /contrib/xml/Makefile | |
| parent | d49936f3028b0bb6ac8ff83e07e421ca2a4f5c3f (diff) | |
All the code paths updated here have been using relation_close() to
close a relation that has already been opened with table_open() or
index_open(), where a relkind check is enforced.
table_close() and index_open() do the same thing as relation_close(), so
there was no harm, but being inconsistent could lead to issues if the
internals of these close() functions begin to introduce some logic
specific to each relkind in the future.
Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/aUKamYGiDKO6byp5@ip-10-97-1-34.eu-west-3.compute.internal
Diffstat (limited to 'contrib/xml/Makefile')
0 files changed, 0 insertions, 0 deletions
