aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuildbuffers.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-01-06 12:25:32 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-01-06 12:25:32 -0500
commitdad08994b25b8cd2caa83b2e856fcc940d5e515c (patch)
tree7cd990b4f840e2354334fdb8c162938088f7b23c /src/backend/access/gist/gistbuildbuffers.c
parent4bf87169cc1890442aa694f3057e0a0ad60c51f4 (diff)
downloadpostgresql-dad08994b25b8cd2caa83b2e856fcc940d5e515c.tar.gz
postgresql-dad08994b25b8cd2caa83b2e856fcc940d5e515c.zip
In initdb's post-bootstrap phase, drop temp tables explicitly.
Although these temp tables will get removed from template1 at the end of the standalone-backend run, that's too late to keep them from getting copied into the template0 and postgres databases, now that we use only a single backend run for the whole sequence. While no real harm is done by the extra copies (since they'd be deleted on first use of the temp schema), it's still unsightly, and it would mean some wasted cycles for every database creation for the life of the installation. Oversight in commit c4a8812cf64b1426. Noticed by Amit Langote.
Diffstat (limited to 'src/backend/access/gist/gistbuildbuffers.c')
0 files changed, 0 insertions, 0 deletions