postgresql/src
Alvaro Herrera 5c9a5513a3 Disallow COPY FREEZE on partitioned tables
This didn't actually work: COPY would fail to flush the right files, and
instead would try to flush a non-existing file, causing the whole
transaction to fail.

Cope by raising an error as soon as the command is sent instead, to
avoid a nasty later surprise.  Of course, it would be much better to
make it work, but we don't have a patch for that yet, and we don't know
if we'll want to backpatch one when we do.

Reported-by: Tomas Vondra
Author: David Rowley
Reviewed-by: Amit Langote, Steve Singer, Tomas Vondra
2018-11-19 11:16:28 -03:00
..
backend Disallow COPY FREEZE on partitioned tables 2018-11-19 11:16:28 -03:00
bin pg_archivecleanup: Update file header comment a bit 2018-11-19 08:57:03 +01:00
common
fe_utils Fix realfailN lexer rules to not make assumptions about input format. 2018-11-13 14:54:41 -05:00
include PANIC on fsync() failure. 2018-11-19 17:41:26 +13:00
interfaces Second try at fixing numeric data passed through an ECPG SQLDA. 2018-11-14 11:27:47 -05:00
makefiles
pl fix typo 2018-11-18 12:43:03 -05:00
port Disable MSVC warning caused by recent snprintf.c changes 2018-11-10 20:20:54 -05:00
template
test Disallow COPY FREEZE on partitioned tables 2018-11-19 11:16:28 -03:00
timezone
tools Add valgrind suppressions for wcsrtombs optimizations 2018-11-17 23:50:21 +01:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk