Add const qualifiers where they are accidentally cast away
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 28 Feb 2012 10:42:08 +0000 (12:42 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 28 Feb 2012 10:42:08 +0000 (12:42 +0200)
commit973e9fb294dc05a384ecae7623923ae53cb81806
tree8f1499cd7e9de9b63e1ccff755d36393b1eb4aa7
parent41e3c94cac0e68257126b2d264dc5e877e892490
Add const qualifiers where they are accidentally cast away

This only produces warnings under -Wcast-qual, but it's more correct
and consistent in any case.
contrib/intarray/_intbig_gist.c
contrib/ltree/ltree_gist.c
src/backend/access/gist/gistproc.c
src/backend/utils/adt/tsquery_util.c
src/backend/utils/adt/xml.c
src/backend/utils/misc/guc.c
src/bin/psql/mbprint.c
src/include/c.h
src/include/utils/pg_crc.h