postgres/src/include/access
Peter Eisentraut dbbba5279f Start using flexible array members
Flexible array members are a C99 feature that avoids "cheating" in the
declaration of variable-length arrays at the end of structs.  With
Autoconf support, this should be transparent for older compilers.

We start with one use in gist.h because gcc 4.6 started to raise a
warning there.  Over time, it can be expanded to other places in the
source, but they will likely need some review of sizeof and offsetof
usage.  The current change in gist.h appears to be safe in this
regard.
2011-06-16 22:45:38 +03:00
..
attnum.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
clog.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
genam.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
gin_private.h Make GIN and GIST pass the index collation to all their support functions. 2011-04-22 20:13:12 -04:00
gin.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
gist_private.h Make GIN and GIST pass the index collation to all their support functions. 2011-04-22 20:13:12 -04:00
gist.h Start using flexible array members 2011-06-16 22:45:38 +03:00
gistscan.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
hash.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
heapam.h Implement genuine serializable isolation level. 2011-02-08 00:09:08 +02:00
hio.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
htup.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
itup.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
multixact.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nbtree.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
printtup.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
reloptions.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
relscan.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
rewriteheap.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
rmgr.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
sdir.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
skey.h Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
slru.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
subtrans.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
sysattr.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
transam.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tupconvert.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tupdesc.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
tupmacs.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tuptoaster.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
twophase_rmgr.h Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr 2011-06-14 12:36:31 +03:00
twophase.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
valid.h Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
visibilitymap.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
xact.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
xlog_internal.h Work around gcc 4.6.0 bug that breaks WAL replay. 2011-06-10 17:04:29 -04:00
xlog.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
xlogdefs.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
xlogutils.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00