aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2011-06-17 09:43:32 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2011-06-20 10:50:23 -0400
commita40a5d9468a5f9f11d355ebf07f7741f5c267588 (patch)
treef387f43fb3430f2c10715fae92c85b6d85f90917 /src/backend/access/gist/gistvacuum.c
parentbddc35ac664bc16a8953d0d46bf85e80b78bc493 (diff)
downloadpostgresql-a40a5d9468a5f9f11d355ebf07f7741f5c267588.tar.gz
postgresql-a40a5d9468a5f9f11d355ebf07f7741f5c267588.zip
Remove extra copying of TupleDescs for heap_create_with_catalog
Some callers were creating copies of tuple descriptors to pass to that function, stating in code comments that it was necessary because it modified the passed descriptor. Code inspection reveals this not to be true, and indeed not all callers are passing copies in the first place. So remove the extra ones and the misleading comments about this behavior as well.
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions