postgresql/src/backend/access/common
John Naylor bf183f168c 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
2024-04-09 16:16:01 +07:00
..
Makefile Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently. 2024-03-21 10:08:42 +09:00
attmap.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
bufmask.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
detoast.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
heaptuple.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
indextuple.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently. 2024-03-21 10:08:42 +09:00
printsimple.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
printtup.c Invent SERIALIZE option for EXPLAIN. 2024-04-03 17:41:57 -04:00
relation.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
reloptions.c Fill CommonRdOptions with default values in extract_autovac_opts() 2024-04-08 12:18:23 +03:00
scankey.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
session.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
syncscan.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
tidstore.c Get rid of anonymous struct 2024-04-09 16:16:01 +07:00
toast_compression.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
toast_internals.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
tupconvert.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
tupdesc.c Separate equalRowTypes() from equalTupleDescs() 2024-03-17 05:58:04 +01:00