diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-07-07 08:30:52 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-07-07 08:36:51 +0200 |
commit | d63d957e330c611f7a8c0ed02e4407f40f975026 (patch) | |
tree | b600b852d4ccde421e0ca71d2a8fe5b964c47963 /src/backend/executor/nodeProjectSet.c | |
parent | 495ed0ef2d72a6a74def296e042022479d5d07bd (diff) | |
download | postgresql-d63d957e330c611f7a8c0ed02e4407f40f975026.tar.gz postgresql-d63d957e330c611f7a8c0ed02e4407f40f975026.zip |
Convert macros to static inline functions (block.h)
Remove BlockIdIsValid(), which wasn't used and is unnecessary.
Remove BlockIdCopy(), which wasn't used and can be done by struct
assignment.
(BlockIdEquals() also isn't used, but seems reasonable to keep
around.)
Reviewed-by: Amul Sul <sulamul@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/5b558da8-99fb-0a99-83dd-f72f05388517%40enterprisedb.com
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions