OSDN Git Service

Refactor broken CREATE TABLE IF NOT EXISTS support.
[pg-rex/syncrep.git] / src / include / catalog / heap.h
index 463aff0..c95e913 100644 (file)
@@ -63,8 +63,7 @@ extern Oid heap_create_with_catalog(const char *relname,
                                                 OnCommitAction oncommit,
                                                 Datum reloptions,
                                                 bool use_user_acl,
-                                                bool allow_system_table_mods,
-                                                bool if_not_exists);
+                                                bool allow_system_table_mods);
 
 extern void heap_drop_with_catalog(Oid relid);