static SimpleStringList foreign_servers_include_patterns = {NULL, NULL};
static SimpleOidList foreign_servers_include_oids = {NULL, NULL};
-
-/* placeholders for the delimiters for comments */
-char g_comment_start[10];
-char g_comment_end[10];
-
static const CatalogId nilCatalogId = {0, 0};
/* override for standard extra_float_digits setting */
*/
init_parallel_dump_utils();
- strcpy(g_comment_start, "-- ");
- g_comment_end[0] = '\0';
-
progname = get_progname(argv[0]);
if (argc > 1)
ExtensionInfo *ext; /* owning extension */
} ExtensionMemberId;
-/* placeholders for comment starting and ending delimiters */
-extern char g_comment_start[10];
-extern char g_comment_end[10];
-
/*
* common utility functions
*/