X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=scripts%2Fgen_pq_type.sh;h=6bf8df490e23bc0f6a57800bae3e1099e0ddd2dd;hp=692086028fb5c63b6d513c823faa7f4ea7f4c3df;hb=5ba3107011d4050d5ae5877dae80e382dc228e6a;hpb=b79edc51dfb0d34f172a7bb80e7b0f225d95a744 diff --git a/scripts/gen_pq_type.sh b/scripts/gen_pq_type.sh index 6920860..6bf8df4 100755 --- a/scripts/gen_pq_type.sh +++ b/scripts/gen_pq_type.sh @@ -1,4 +1,3 @@ #!/bin/sh CWD=$(dirname $0) -awk -f $CWD/php_pq_type.awk >$CWD/../php_pq_type.h \ - <${1-/usr/include/postgresql}/server/catalog/pg_type.h +$CWD/php_pq_type-pg11.php >$CWD/../php_pq_type.h