mirror of https://github.com/postgres/postgres
plpgsql fixes from Billy G. Allie
This commit is contained in:
parent
4c64bb7d97
commit
d32c89bbb8
|
@ -6463,6 +6463,7 @@ trap 'rm -fr `echo "GNUmakefile
|
||||||
interfaces/odbc/GNUmakefile
|
interfaces/odbc/GNUmakefile
|
||||||
interfaces/odbc/Makefile.global
|
interfaces/odbc/Makefile.global
|
||||||
pl/plpgsql/src/Makefile
|
pl/plpgsql/src/Makefile
|
||||||
|
pl/plpgsql/src/mklang.sql
|
||||||
pl/tcl/mkMakefile.tcldefs.sh
|
pl/tcl/mkMakefile.tcldefs.sh
|
||||||
include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||||
EOF
|
EOF
|
||||||
|
@ -6621,6 +6622,7 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
|
||||||
interfaces/odbc/GNUmakefile
|
interfaces/odbc/GNUmakefile
|
||||||
interfaces/odbc/Makefile.global
|
interfaces/odbc/Makefile.global
|
||||||
pl/plpgsql/src/Makefile
|
pl/plpgsql/src/Makefile
|
||||||
|
pl/plpgsql/src/mklang.sql
|
||||||
pl/tcl/mkMakefile.tcldefs.sh
|
pl/tcl/mkMakefile.tcldefs.sh
|
||||||
"}
|
"}
|
||||||
EOF
|
EOF
|
||||||
|
|
|
@ -960,5 +960,6 @@ AC_OUTPUT(
|
||||||
interfaces/odbc/GNUmakefile
|
interfaces/odbc/GNUmakefile
|
||||||
interfaces/odbc/Makefile.global
|
interfaces/odbc/Makefile.global
|
||||||
pl/plpgsql/src/Makefile
|
pl/plpgsql/src/Makefile
|
||||||
|
pl/plpgsql/src/mklang.sql
|
||||||
pl/tcl/mkMakefile.tcldefs.sh
|
pl/tcl/mkMakefile.tcldefs.sh
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue