]> granicus.if.org Git - postgresql/commit
Reduce scope of changes for COPY FREEZE.
authorSimon Riggs <simon@2ndQuadrant.com>
Sun, 2 Dec 2012 20:52:52 +0000 (20:52 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Sun, 2 Dec 2012 20:52:52 +0000 (20:52 +0000)
commit5457a130d3a66db807d1e0ee2b8e829321809b83
treead4eff3fe8a04395e6ea87accc39b1ea66adbb2f
parent3114cb60a1a3f482724adaed4ca17572c5e6bde7
Reduce scope of changes for COPY FREEZE.
Allow support only for freezing tuples by explicit
command. Previous coding mistakenly extended
slightly beyond what was agreed as correct on -hackers.
So essentially a partial revoke of earlier work,
leaving just the COPY FREEZE command.
src/backend/access/heap/heapam.c
src/backend/commands/copy.c
src/include/access/heapam.h
src/test/regress/expected/copy2.out
src/test/regress/sql/copy2.sql