aboutsummaryrefslogtreecommitdiff
path: root/src/common/jsonapi.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-03-17 05:58:04 +0100
committerPeter Eisentraut <peter@eisentraut.org>2024-03-17 05:58:04 +0100
commit20e58105badff383bd43f0b97e532771768f94df (patch)
tree4bff7fadb1d4fbf269477787dae80b81c27c4596 /src/common/jsonapi.c
parentb7831865159d5fb6f0d263e6023f0986589fe254 (diff)
downloadpostgresql-20e58105badff383bd43f0b97e532771768f94df.tar.gz
postgresql-20e58105badff383bd43f0b97e532771768f94df.zip
Separate equalRowTypes() from equalTupleDescs()
This introduces a new function equalRowTypes() that is effectively a subset of equalTupleDescs() but only compares the number of attributes and attribute name, type, typmod, and collation. This is enough for most existing uses of equalTupleDescs(), which are changed to use the new function. The only remaining callers of equalTupleDescs() are those that really want to check the full tuple descriptor as such, without concern about record or row or record type semantics. The existing function hashTupleDesc() is renamed to hashRowType(), because it now corresponds more to equalRowTypes(). The purpose of this change is to be clearer about the semantics of the equality asked for by each caller. (At least one caller had a comment that questioned whether equalTupleDescs() was too restrictive.) For example, 4f622503d6d removed attstattarget from the tuple descriptor structure. It was not fully clear at the time how this should affect equalTupleDescs(). Now the answer is clear: By their own definitions, equalRowTypes() does not care, and equalTupleDescs() just compares whatever is in the tuple descriptor but does not care why it is in there. Reviewed-by: Tomas Vondra <tomas.vondra@enterprisedb.com> Discussion: https://www.postgresql.org/message-id/flat/f656d6d9-6660-4518-a006-2f65cafbebd1%40eisentraut.org
Diffstat (limited to 'src/common/jsonapi.c')
0 files changed, 0 insertions, 0 deletions