aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeProjectSet.c
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2024-04-09 16:16:01 +0700
committerJohn Naylor <john.naylor@postgresql.org>2024-04-09 16:16:01 +0700
commitbf183f168c447355ba82151f1c7305368a95c834 (patch)
tree590aa85888b8356ab8895203647115b1f17de317 /src/backend/executor/nodeProjectSet.c
parentbaa82b78dc97459b6d2a5843cc77fcf755809269 (diff)
downloadpostgresql-bf183f168c447355ba82151f1c7305368a95c834.tar.gz
postgresql-bf183f168c447355ba82151f1c7305368a95c834.zip
Get rid of anonymous struct
This is a C11 feature, and we require C99. While at it, go the further step and get rid of the surrounding union (with uintptr_t) entirely, as there is currently no use case for this file to access the header of BlocktableEntry as a uintptr_t, and there are no additional alignment requirements. The least invasive way seems to be to transfer the old union name to this struct. Reported by Pavel Borisov and Andres Freund, per buildfarm member mylodon Reviewed by Pavel Borisov Discussion: https://postgr.es/m/CALT9ZEH11NYV8AOzKb1bWhCf6J0H=H31f0MgT9xX+HdqvcA1rw@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions