mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Lots of doc corrections.
Josh Kupershmidt
This commit is contained in:
@@ -17,7 +17,7 @@ do
|
||||
sed 's/->[a-zA-Z0-9_\.]*//g' "$FILE" >/tmp/$$a
|
||||
echo "#include \"postgres.h\"" >/tmp/$$.c
|
||||
|
||||
# supress fcinfo errors
|
||||
# suppress fcinfo errors
|
||||
echo "struct {Datum arg[1];} *fcinfo;" >>/tmp/$$.c
|
||||
|
||||
echo "#include \"/tmp/$$a\"" >>/tmp/$$.c
|
||||
|
@@ -90,7 +90,7 @@ compile_file() {
|
||||
|
||||
if [ "$IS_INCLUDE" = "Y" ]
|
||||
then echo "#include \"postgres.h\"" >/tmp/$$.c
|
||||
# supress fcinfo errors
|
||||
# suppress fcinfo errors
|
||||
echo "struct {Datum arg[1];} *fcinfo;" >>/tmp/$$.c
|
||||
else >/tmp/$$.c
|
||||
fi
|
||||
|
Reference in New Issue
Block a user