postgresql/src/backend/access
Heikki Linnakangas 9e4637bf89 Update comments that became out-of-date with the PGXACT struct.
When the "hot" members of PGPROC were split off to separate PGXACT structs,
many PGPROC fields referred to in comments were moved to PGXACT, but the
comments were neglected in the commit. Mostly this is just a search/replace
of PGPROC with PGXACT, but the way the dummy PGPROC entries are created for
prepared transactions changed more, making some of the comments totally
bogus.

Noah Misch
2012-05-14 10:28:55 +03:00
..
common Another trivial comment-typo fix. 2012-04-25 14:28:58 -04:00
gin Lots of doc corrections. 2012-04-23 22:43:09 -04:00
gist Fix obsolescent C declaration syntax 2012-05-12 12:52:02 +03:00
hash Clean up compiler warnings from unused variables with asserts disabled 2012-03-21 23:33:10 +02:00
heap Avoid repeated CLOG access from heap_hot_search_buffer. 2012-05-02 12:40:07 -04:00
index Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nbtree Lots of doc corrections. 2012-04-23 22:43:09 -04:00
spgist Remove duplicate words in comments. 2012-05-02 10:20:27 +03:00
transam Update comments that became out-of-date with the PGXACT struct. 2012-05-14 10:28:55 +03:00
Makefile Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00