Home
last modified time | relevance | path

Searched refs:new_tablespace_dir (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dcheck.c515 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
523 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
527 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
529 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dcheck.c515 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
523 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
527 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
529 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dcheck.c515 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
523 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
527 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
529 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/pg_upgrade/
H A Dcheck.c521 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
529 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
533 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
535 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dcheck.c515 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
523 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
527 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
529 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dcheck.c515 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
523 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
527 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
529 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dcheck.c515 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
523 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
527 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
529 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/pg_upgrade/
H A Dcheck.c515 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
523 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
527 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
529 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/pg_upgrade/
H A Dcheck.c548 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
556 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
560 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
562 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/pg_upgrade/
H A Dcheck.c547 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
555 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
559 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
561 new_tablespace_dir); in check_for_new_tablespace_dir()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/pg_upgrade/
H A Dcheck.c547 char new_tablespace_dir[MAXPGPATH];
555 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s",
559 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT)
561 new_tablespace_dir);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/bin/pg_upgrade/
H A Dcheck.c548 char new_tablespace_dir[MAXPGPATH]; in check_for_new_tablespace_dir() local
556 snprintf(new_tablespace_dir, MAXPGPATH, "%s%s", in check_for_new_tablespace_dir()
560 if (stat(new_tablespace_dir, &statbuf) == 0 || errno != ENOENT) in check_for_new_tablespace_dir()
562 new_tablespace_dir); in check_for_new_tablespace_dir()

12