Skip to content

Commit b9b355e

Browse files
committed
remove hardcode from pg_regress
1 parent c4d84e8 commit b9b355e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/regress/pg_regress.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,10 @@ convert_sourcefiles_in(char *source_subdir, char *dest_dir, char *dest_subdir, c
549549
}
550550
while (fgets(line, sizeof(line), infile))
551551
{
552-
// replace_string(line, "@abs_srcdir@", inputdir);
553-
replace_string(line, "@abs_srcdir@", "/pg/src/src/test/regress");
554-
// replace_string(line, "@abs_builddir@", outputdir);
555-
replace_string(line, "@abs_builddir@", "/pg/src/src/test/regress");
552+
replace_string(line, "@abs_srcdir@", inputdir);
553+
// replace_string(line, "@abs_srcdir@", "/pg/src/src/test/regress");
554+
replace_string(line, "@abs_builddir@", outputdir);
555+
// replace_string(line, "@abs_builddir@", "/pg/src/src/test/regress");
556556
replace_string(line, "@testtablespace@", testtablespace);
557557
replace_string(line, "@libdir@", dlpath);
558558
replace_string(line, "@DLSUFFIX@", DLSUFFIX);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy