postgresql/src
Bruce Momjian ba71d824d5 Add MinGW to cases where libdir should be used for regression tests:
case $host_platform in
        *-*-cygwin*|*-*-mingw)
            PATH=$libdir:$PATH
            export PATH
            ;;
    esac
2004-05-19 05:20:27 +00:00
..
backend Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit the 2004-05-19 04:32:26 +00:00
bin Move find_my_exec() way up into main.c so it is available to the 2004-05-18 20:18:59 +00:00
corba
include Win32 can't have the same function coming from two library object files, 2004-05-19 04:21:49 +00:00
interfaces Win32 needs -lpgport for dll creation of ecpglib. 2004-05-19 05:14:58 +00:00
makefiles Properly quote variable for makefile use. 2004-05-14 00:10:52 +00:00
pl Promote row expressions to full-fledged citizens of the expression syntax, 2004-05-10 22:44:49 +00:00
port Supress verbose stderr messages while trying to find my exec path. 2004-05-19 04:36:33 +00:00
template Remove extra 'then'. 2004-05-14 16:29:12 +00:00
test Add MinGW to cases where libdir should be used for regression tests: 2004-05-19 05:20:27 +00:00
timezone Allow zic to compile by defining a "" value for my_exec_path. It isn't 2004-05-19 01:17:42 +00:00
tools Do thread testing from configure in a much cleaner fashion. 2004-04-27 19:51:12 +00:00
tutorial Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
utils For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
bcc32.mak
DEVELOPERS
Makefile Integrate timezone library to be called only from Win32. 2004-04-30 04:31:52 +00:00
Makefile.global.in Move unixware thread stuff into Makefile.unixware. 2004-05-14 00:03:07 +00:00
Makefile.shlib Here's a patch that will allow external modules like pl<lang> to set 2004-05-12 21:56:27 +00:00
nls-global.mk
win32.mak