prefix internal API; ensure raphf is built first in-tree
[m6w6/ext-pq] / gen_pq_type.sh
1 #!/bin/sh
2 CWD=$(dirname $0)
3 awk -f $CWD/php_pq_type.awk >$CWD/php_pq_type.h \
4 </usr/include/postgresql/server/catalog/pg_type.h