Home
last modified time | relevance | path

Searched refs:xlogFilePath (Results 26 – 35 of 35) sorted by relevance

12

/dports/databases/postgresql12-docs/postgresql-12.9/contrib/pg_standby/
H A Dpg_standby.c58 char *xlogFilePath; /* where we are going to restore to */ variable
137 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath); in CustomizableInitialize()
141 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath); in CustomizableInitialize()
150 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath); in CustomizableInitialize()
155 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath); in CustomizableInitialize()
784 xlogFilePath = argv[optind]; in main()
807 fprintf(stderr, "Restoring to: %s\n", xlogFilePath); in main()
/dports/databases/postgresql13-docs/postgresql-13.5/contrib/pg_standby/
H A Dpg_standby.c57 char *xlogFilePath; /* where we are going to restore to */ variable
135 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath); in CustomizableInitialize()
139 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath); in CustomizableInitialize()
147 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath); in CustomizableInitialize()
151 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath); in CustomizableInitialize()
780 xlogFilePath = argv[optind]; in main()
803 fprintf(stderr, "Restoring to: %s\n", xlogFilePath); in main()
/dports/databases/postgresql13-client/postgresql-13.5/contrib/pg_standby/
H A Dpg_standby.c57 char *xlogFilePath; /* where we are going to restore to */
135 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath);
139 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath);
147 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath);
151 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath);
780 xlogFilePath = argv[optind];
803 fprintf(stderr, "Restoring to: %s\n", xlogFilePath);
/dports/databases/postgresql13-contrib/postgresql-13.5/contrib/pg_standby/
H A Dpg_standby.c57 char *xlogFilePath; /* where we are going to restore to */ variable
135 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath); in CustomizableInitialize()
139 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath); in CustomizableInitialize()
147 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath); in CustomizableInitialize()
151 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath); in CustomizableInitialize()
780 xlogFilePath = argv[optind]; in main()
803 fprintf(stderr, "Restoring to: %s\n", xlogFilePath); in main()
/dports/databases/postgresql12-plpython/postgresql-12.9/contrib/pg_standby/
H A Dpg_standby.c58 char *xlogFilePath; /* where we are going to restore to */
137 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath); in get_formats_portaudio()
141 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath); in get_formats_portaudio()
150 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath);
155 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath);
784 xlogFilePath = argv[optind];
807 fprintf(stderr, "Restoring to: %s\n", xlogFilePath);
/dports/databases/postgresql12-plperl/postgresql-12.9/contrib/pg_standby/
H A Dpg_standby.c58 char *xlogFilePath; /* where we are going to restore to */ variable
137 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath); in CustomizableInitialize()
141 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath); in CustomizableInitialize()
150 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath); in CustomizableInitialize()
155 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath); in CustomizableInitialize()
784 xlogFilePath = argv[optind]; in main()
807 fprintf(stderr, "Restoring to: %s\n", xlogFilePath); in main()
/dports/databases/postgresql12-pltcl/postgresql-12.9/contrib/pg_standby/
H A Dpg_standby.c58 char *xlogFilePath; /* where we are going to restore to */ variable
137 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath); in CustomizableInitialize()
141 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath); in CustomizableInitialize()
150 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath); in CustomizableInitialize()
155 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath); in CustomizableInitialize()
784 xlogFilePath = argv[optind]; in main()
807 fprintf(stderr, "Restoring to: %s\n", xlogFilePath); in main()
/dports/databases/postgresql13-plpython/postgresql-13.5/contrib/pg_standby/
H A Dpg_standby.c57 char *xlogFilePath; /* where we are going to restore to */ variable
135 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath); in CustomizableInitialize()
139 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath); in CustomizableInitialize()
147 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath); in CustomizableInitialize()
151 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath); in CustomizableInitialize()
780 xlogFilePath = argv[optind]; in main()
803 fprintf(stderr, "Restoring to: %s\n", xlogFilePath); in main()
/dports/databases/postgresql13-plperl/postgresql-13.5/contrib/pg_standby/
H A Dpg_standby.c57 char *xlogFilePath; /* where we are going to restore to */ variable
135 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath); in CustomizableInitialize()
139 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath); in CustomizableInitialize()
147 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath); in CustomizableInitialize()
151 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath); in CustomizableInitialize()
780 xlogFilePath = argv[optind]; in main()
803 fprintf(stderr, "Restoring to: %s\n", xlogFilePath); in main()
/dports/databases/postgresql12-server/postgresql-12.9/contrib/pg_standby/
H A Dpg_standby.c58 char *xlogFilePath; /* where we are going to restore to */
137 SET_RESTORE_COMMAND("mklink", WALFilePath, xlogFilePath);
141 SET_RESTORE_COMMAND("copy", WALFilePath, xlogFilePath);
150 SET_RESTORE_COMMAND("ln -s -f", WALFilePath, xlogFilePath);
155 SET_RESTORE_COMMAND("cp", WALFilePath, xlogFilePath);
784 xlogFilePath = argv[optind];
807 fprintf(stderr, "Restoring to: %s\n", xlogFilePath);

12