Обсуждение: pgsql: Reduce scope of changes for COPY FREEZE.

Поиск
Список
Период
Сортировка

pgsql: Reduce scope of changes for COPY FREEZE.

От
Simon Riggs
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5457a130d3a66db807d1e0ee2b8e829321809b83

Modified Files
--------------
src/backend/access/heap/heapam.c    |   13 +++-----
src/backend/commands/copy.c         |    9 ++---
src/include/access/heapam.h         |    3 +-
src/test/regress/expected/copy2.out |   60 +++++++++++++++++++++-------------
src/test/regress/sql/copy2.sql      |   19 ++++++-----
5 files changed, 57 insertions(+), 47 deletions(-)