Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39ec59f

Browse files
committed
Restore behavior of --pgxs option to that of the original shell script.
1 parentab6ee1f commit39ec59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_config/pg_config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
1919
*
20-
* $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.3 2004/08/02 12:34:14 momjian Exp $
20+
* $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.4 2004/08/05 03:11:55 joe Exp $
2121
*
2222
*-------------------------------------------------------------------------
2323
*/
@@ -141,7 +141,7 @@ main (int argc, char ** argv)
141141
elseif (strcmp(argv[i],"--pgxs")==0)
142142
{
143143
get_pkglib_path(mypath,otherpath);
144-
strncat(otherpath,"/pgxs",MAXPGPATH-1);
144+
strncat(otherpath,"/pgxs/src/makefiles/pgxs.mk",MAXPGPATH-1);
145145
}
146146

147147
printf("%s\n",otherpath);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp