2626 which pg_config
2727 ls -l $(which pg_config)
2828 PGXS=$(pg_config --pgxs)
29- SERVER_LIB=$(pg_config --includedir)/postgresql/ server
30- INTERNAL_LIB=$(pg_config --includedir)/postgresql/ internal
29+ SERVER_LIB=$(pg_config --includedir)/server
30+ INTERNAL_LIB=$(pg_config --includedir)/internal
3131
3232 echo $PGXS
3333 echo $SERVER_LIB
7676 export PATH=$(pg_config --bindir):$PATH
7777 export PGXS=$(pg_config --pgxs)
7878
79- export SERVER_LIB=$(pg_config --includedir)/postgresql/ server
80- export INTERNAL_LIB=$(pg_config --includedir)/postgresql/ internal
79+ export SERVER_LIB=$(pg_config --includedir)/server
80+ export INTERNAL_LIB=$(pg_config --includedir)/internal
8181
8282 export CFLAGS="$(pg_config --cflags) -I${SERVER_LIB} -I${INTERNAL_LIB} -g"
8383 export PG_CFLAGS="$(pg_config --cflags) -I${SERVER_LIB} -I${INTERNAL_LIB} -g"
@@ -102,8 +102,8 @@ jobs:
102102 export PATH=$(pg_config --bindir):$PATH
103103 export PGXS=$(pg_config --pgxs)
104104
105- export SERVER_LIB=$(pg_config --includedir)/postgresql/ server
106- export INTERNAL_LIB=$(pg_config --includedir)/postgresql/ internal
105+ export SERVER_LIB=$(pg_config --includedir)/server
106+ export INTERNAL_LIB=$(pg_config --includedir)/internal
107107
108108 export CFLAGS="$(pg_config --cflags) -I${SERVER_LIB} -I${INTERNAL_LIB} -g"
109109 export PG_CFLAGS="$(pg_config --cflags) -I${SERVER_LIB} -I${INTERNAL_LIB} -g"
@@ -127,8 +127,8 @@ jobs:
127127 export PATH=$(pg_config --bindir):$PATH
128128 export PGXS=$(pg_config --pgxs)
129129
130- export SERVER_LIB=$(pg_config --includedir)/postgresql/ server
131- export INTERNAL_LIB=$(pg_config --includedir)/postgresql/ internal
130+ export SERVER_LIB=$(pg_config --includedir)/server
131+ export INTERNAL_LIB=$(pg_config --includedir)/internal
132132
133133 export CFLAGS="$(pg_config --cflags) -I${SERVER_LIB} -I${INTERNAL_LIB} -g"
134134 export PG_CFLAGS="$(pg_config --cflags) -I${SERVER_LIB} -I${INTERNAL_LIB} -g"
0 commit comments