Remove useless const qualifier
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Feb 2012 13:22:27 +0000 (15:22 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Feb 2012 13:22:27 +0000 (15:22 +0200)
commit66f0cf7da8eeaeca4b9894bfafd61789b514af4a
tree53974e94a22f757082abc0e7e96805a77a6b94e3
parentac086d466d124337ba87c8eca9aca2417c5bb98f
Remove useless const qualifier

Claiming that the typevar argument to DefineCompositeType() is const
was a plain lie.  A similar case in DefineVirtualRelation() was
already changed in passing in commit 1575fbcb.  Also clean up the now
unnecessary casts that used to cast away the const.
src/backend/commands/typecmds.c
src/backend/commands/view.c
src/include/commands/typecmds.h