aboutsummaryrefslogtreecommitdiff
path: root/src/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r--src/include/config.h.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index e7ae8b302b6..e0711fb1cb5 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -124,14 +124,6 @@
/* #define TCL_ARRAYS */
/*
- * The following flag allows copying tables from files with number of columns
- * different than the number of attributes setting missing attributes to NULL
- * and ignoring extra columns. This also avoids the shift of the attributes
- * of the rest of the file if one line has a wrong column count.
- */
-#define COPY_PATCH
-
-/*
* User locks are handled totally on the application side as long term
* cooperative locks which extend beyond the normal transaction boundaries.
* Their purpose is to indicate to an application that someone is `working'