postgresql/src/backend/storage
Heikki Linnakangas 5da417f7c4 Remove pointless const qualifiers from function arguments in the SSI code.
As Tom Lane pointed out, "const Relation foo" doesn't guarantee that you
can't modify the data the "foo" pointer points to. It just means that you
can't change the pointer to point to something else within the function,
which is not very useful.
2011-06-22 12:18:39 +03:00
..
buffer Capitalization fixes 2011-06-19 00:37:30 +03:00
file Use "transient" files for blind writes, take 2 2011-06-10 13:43:02 -04:00
freespace Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
ipc Capitalization fixes 2011-06-19 00:37:30 +03:00
large_object pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
lmgr Remove pointless const qualifiers from function arguments in the SSI code. 2011-06-22 12:18:39 +03:00
page Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
smgr Capitalization fixes 2011-06-19 00:37:30 +03:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00