Commit Graph

487 Commits

Author SHA1 Message Date
ae8c1bea02 More MSVC build support from Magnus. 2006-11-29 19:49:31 +00:00
0d9e0d9dde Copy fsync() defines into test_fsync.c, someday place them in an
include.

Propery align for O_DIRECT.

Check for write()/fsync() failures.
2006-11-25 01:22:28 +00:00
8c1ce4559d Separate release preparation jobs for all releases and for major releases 2006-11-24 17:03:50 +00:00
1120c61b29 Revert out:
Update fsync test to match new O_DIRECT behavior.

Greg Smith
2006-11-23 17:20:47 +00:00
3455b0a5d5 Update fsync test to match new O_DIRECT behavior.
Greg Smith
2006-11-23 16:41:11 +00:00
66eda1c7b3 VC build patch from Magnus:
Typo in the changes to plperl - uses wrong dir, and had a missing slash.

Also fixes error checking for xsubpp - it was broken in a way that hid
the problem above when run more than once (which is the normal case when
developing).
2006-11-21 17:54:26 +00:00
aaef29b377 More MSVC build fixes:
* New versions of OpenSSL come with proper debug versions, and use
suffixed names on the LIBs for that. Adapts library handling to deal
with that.

* Fixes error where it incorrectly enabled Kerberos based on NLS
configuration instead of Kerberos configuration

* Specifies path of perl in config, instead of using current one.
Required when using a 64-bit perl normally, but want to build pl/perl
against 32-bit one (required)

* Fix so pgevent generates win32ver.rc automatically

Magnus Hagander
2006-11-20 19:18:02 +00:00
c2c0b14086 Various MSVC build fixes from Magnus; also remove stray Windows
newlines.
2006-10-22 17:17:09 +00:00
389fad1e6b Remove use of '<' and '>' in SGML, use '&' escapes.
Update find_gt_lt to allow grep parameters to be passed into it.
2006-10-16 17:28:03 +00:00
5777dca4f8 Fix test_fsync compile on MinGW(win32)
Hiroshi Saito
2006-10-13 14:19:29 +00:00
04209052ba Typo fix. 2006-10-10 00:30:32 +00:00
327d5c3571 Add release checklist item:
o copy FAQs from HEAD to top-most branches
2006-10-10 00:30:18 +00:00
5e0bc3b711 Update comments for pgcvslog, -r BASE does not work with cvs log. 2006-10-08 01:39:59 +00:00
abcf7603c0 Exclude pgindent from affecting the ecpg regression directory. 2006-10-04 20:42:19 +00:00
0d2aed94c2 Add qsort and qsort_arg to MSVC list of src/port files. 2006-10-04 16:51:22 +00:00
451e419e98 Udpate typedefs for pgindent. 2006-10-04 00:02:10 +00:00
ed80f5701b pgevent fixes:
1) Make vcbuild actually build the pgevent dll.
2) Change the pgevent DLL file so it doens't specify ordinal for the
functions. You're not supposed to do that. You're actually supposed to
declare them as PRIVATE as well, but mingw doesn't support that. VC++
will throw a warning and not an error though, so we can live with it.

Magnus Hagander
2006-10-03 22:12:14 +00:00
eff77a759a Update typedef list for 8.2 pgindent run. 2006-10-03 22:09:42 +00:00
062421defb Fix a couple other places that need to know about (some) src/port/ files
explicitly.
2006-09-28 14:48:45 +00:00
83078e9912 Several fixes for MSVC build scripts, from Magnus. 2006-09-15 21:42:02 +00:00
b6eab50ce4 Update pgcvslog comments. 2006-09-07 18:13:56 +00:00
8dc8f44f58 Update Emacs/vim editor info. 2006-09-07 00:10:46 +00:00
c66939c4aa Add MSVC build tools.
Magnus Hagander
2006-09-04 21:30:40 +00:00
9d9a65bfa7 Add WIN32 compile suggestion to pginclude README. 2006-07-19 15:06:06 +00:00
5ca68299be Add pginclude testing ideas. 2006-07-18 19:19:59 +00:00
2256d299bb Mention dependency problems caused by pgrminclude on include files. 2006-07-17 19:37:21 +00:00
2d11d26113 Create a tool to catch #include omissions that might not result in any
compiler warning, specifically #ifdef or #if defined tests on symbols
that are defined in a file not included.  The results are a bit noisy
and require care to interpret, but it's a lot better than no tool at all.
2006-07-15 03:27:42 +00:00
a4f1da03cc Have find_static skip main() functions. 2006-07-14 14:59:00 +00:00
06bed485b0 Move CFLAGS for pginclude to the end of the command line. 2006-07-14 01:05:14 +00:00
10157d4e6f Skip stripping postgres_fe.h include file. 2006-07-13 18:25:09 +00:00
70e2e3d8b1 Improve pginclude tools to process include file usage by other include files. 2006-07-13 16:39:20 +00:00
99ac1e69ba Fix pgrminclude to work for stripping include files. 2006-07-12 16:28:27 +00:00
7234777674 Apply entab fix from Marko Kreen for these problems:
- halt.c did not include stdlib.h, thus missed exit() prototype
- Makefile ignores BINDIR for install.
- Makefile calls install with user/group args, thus failing for regular user.

While trying it I noticed that the Makefile does not support VPATH builds ...
2006-07-11 21:21:59 +00:00
1be8f80288 Improve pginclude tests. 2006-07-11 20:51:25 +00:00
4084681546 Improve pginclude compile flags. 2006-07-11 20:12:29 +00:00
8230fbf964 Update pginclude documentation. 2006-07-11 19:52:12 +00:00
6d57ed7797 Have pgrminclude process include files too. 2006-07-11 19:45:16 +00:00
22269434a6 Add $CFLAGS support to pgrminclude. 2006-07-11 19:34:34 +00:00
1ddbfa16a8 Move pgrminclude debug code to be more effective. 2006-07-11 19:31:29 +00:00
108fe524a9 Improve shell script wrapping. 2006-07-11 19:30:05 +00:00
01835c495c Add comments to pgrminclude. 2006-07-11 19:25:41 +00:00
b85a965f5f Allow each C include file to compile on its own by including any needed
header files.
2006-07-11 13:54:25 +00:00
45a4309074 Add libpq include directory to script. 2006-07-11 02:01:24 +00:00
d399f1b75e Improve compile line for tool. 2006-07-10 18:39:32 +00:00
54485d9fdd Update usage documention for pginclude 2006-07-10 17:13:34 +00:00
f61f01f1a2 Add $CFLAGS handling to pgcompinclude. 2006-07-10 17:11:43 +00:00
94a61ef757 Fix 'find' args for pgcompinclude tool. 2006-07-10 17:08:38 +00:00
bbd41aac44 Improve tool coding. 2006-07-10 16:45:44 +00:00
e627c9b9a6 Improve script by processing only C files. 2006-07-10 16:07:24 +00:00
751d985805 Update cvs command example to show diff -rBASE. 2006-05-31 10:24:29 +00:00