We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6ee1f commit 39ec59fCopy full SHA for 39ec59f
src/bin/pg_config/pg_config.c
@@ -17,7 +17,7 @@
17
*
18
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
19
20
- * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.3 2004/08/02 12:34:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.4 2004/08/05 03:11:55 joe Exp $
21
22
*-------------------------------------------------------------------------
23
*/
@@ -141,7 +141,7 @@ main (int argc, char ** argv)
141
else if (strcmp(argv[i],"--pgxs") == 0)
142
{
143
get_pkglib_path(mypath,otherpath);
144
- strncat(otherpath, "/pgxs", MAXPGPATH-1);
+ strncat(otherpath, "/pgxs/src/makefiles/pgxs.mk", MAXPGPATH-1);
145
}
146
147
printf("%s\n",otherpath);
0 commit comments