Home
last modified time | relevance | path

Searched refs:new_cluster_pgdata (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c260 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
262 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
263 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
268 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c260 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
262 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
263 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
268 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c260 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
262 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
263 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
268 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c260 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
262 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
263 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
268 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c260 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
262 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
263 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
268 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c260 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
262 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
263 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
268 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Doption.c260 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
262 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
263 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
268 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/pg_upgrade/
H A Doption.c259 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
261 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
262 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
267 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/pg_upgrade/
H A Doption.c273 new_cluster_pgdata[MAXPGPATH];
275 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH);
276 canonicalize_path(new_cluster_pgdata);
281 if (path_is_prefix_of_path(new_cluster_pgdata, cwd))
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_upgrade/
H A Doption.c270 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
272 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
273 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
278 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_upgrade/
H A Doption.c270 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
272 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
273 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
278 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_upgrade/
H A Doption.c270 new_cluster_pgdata[MAXPGPATH]; in parseCommandLine() local
272 strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); in parseCommandLine()
273 canonicalize_path(new_cluster_pgdata); in parseCommandLine()
278 if (path_is_prefix_of_path(new_cluster_pgdata, cwd)) in parseCommandLine()

1234