summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShigeru Hanada2011-02-17 08:35:45 +0000
committerShigeru Hanada2011-02-17 08:35:45 +0000
commit5cd604093f5a9d320491aad0cc8efc77e5b50d04 (patch)
tree67abd7167eb30166cd55f205397e75e3412b97b3
parent2126312e34572682590822d65f8ba4a06391bef1 (diff)
parent7ed1cb8e2a51ba9ee1be24e11dc9d462fba9122d (diff)
Merge branch 'foreign_scan' into file_fdw
-rw-r--r--src/include/catalog/pg_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h
index 24a2884186..0f7312e495 100644
--- a/src/include/catalog/pg_type.h
+++ b/src/include/catalog/pg_type.h
@@ -631,7 +631,7 @@ DATA(insert OID = 2776 ( anynonarray PGNSP PGUID 4 t p P f t \054 0 0 0 anynona
#define ANYNONARRAYOID 2776
DATA(insert OID = 3500 ( anyenum PGNSP PGUID 4 t p P f t \054 0 0 0 anyenum_in anyenum_out - - - - - i p f 0 -1 0 0 _null_ _null_ ));
#define ANYENUMOID 3500
-DATA(insert OID = 3115 ( fdw_handler PGNSP PGUID 4 t p P f t \054 0 0 0 fdw_handler_in fdw_handler_out - - - - - i p f 0 -1 0 _null_ _null_ ));
+DATA(insert OID = 3115 ( fdw_handler PGNSP PGUID 4 t p P f t \054 0 0 0 fdw_handler_in fdw_handler_out - - - - - i p f 0 -1 0 0 _null_ _null_ ));
#define FDW_HANDLEROID 3115