f2c2943aae
Share PG_DIAG_* macros between client and server and use them internally.
2003-08-27 00:33:34 +00:00
6cf8ce13db
Compiling anything that uses InvalidOid under g++ yields a warning about
...
the expression using an "old-style cast." Therefore, would it be okay
to patch postgres_ext.h as follows:
Jeroen T. Vermeulen
2003-03-18 17:21:07 +00:00
46bb23ac01
Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers.
2002-08-13 20:40:44 +00:00
1e4f34f309
Document that NAMEDATALEN must be a multiple of sizeof(int).
2002-04-30 19:53:03 +00:00
6783b2372e
Another pgindent run. Fixes enum indenting, and improves #endif
...
spacing. Also adds space for one-line comments.
2001-10-28 06:26:15 +00:00
b81844b173
pgindent run on all C files. Java run to follow. initdb/regression
...
tests pass.
2001-10-25 05:50:21 +00:00
9e1552607a
pgindent run. Make it all clean.
2001-03-22 04:01:46 +00:00
d08741eab5
Restructure the key include files per recent pghackers discussion: there
...
are now separate files "postgres.h" and "postgres_fe.h", which are meant
to be the primary include files for backend .c files and frontend .c files
respectively. By default, only include files meant for frontend use are
installed into the installation include directory. There is a new make
target 'make install-all-headers' that adds the whole content of the
src/include tree to the installed fileset, for use by people who want to
develop server-side code without keeping the complete source tree on hand.
Cleaned up a whole lot of crufty and inconsistent header inclusions.
2001-02-10 02:31:31 +00:00
0db1a951d5
Repair not-too-well-thought-out code to do rangechecking of OIDs on
...
64-bit machines. Also, make oidvectorin use the same code as oidin.
2000-12-22 21:36:09 +00:00
1c3c080534
Turns out OIDNAMELEN wasn't really being used at all!
...
Get rid of it to make customization of NAMEDATALEN easier.
1999-06-04 21:12:07 +00:00
6724a50787
Change my-function-name-- to my_function_name, and optimizer renames.
1999-02-13 23:22:53 +00:00
1ccd423235
Massive commit to run PGINDENT on all *.c and *.h files.
1997-09-07 05:04:48 +00:00
7492fb165f
Fix bug: libpq clients (which include libpq-fe.h) won't compile.
...
Plus: sigjmp_buf/jmp_buf is backwards, so backend doesn't compile.
1996-12-10 07:03:43 +00:00