9ec5e78613
And another one
1996-11-05 07:22:50 +00:00
bc711a3f54
Another one bits the dust...
1996-11-05 07:20:09 +00:00
54c2aa99bd
And another...
1996-11-05 07:18:05 +00:00
8202bce9ba
And another..
1996-11-05 07:15:58 +00:00
7585d25185
Another one cleaned out
1996-11-05 07:07:22 +00:00
d2125805d1
Another directory totally cleaned out
1996-11-05 06:11:08 +00:00
abf578ac6c
Fix c.h for sparc_solaris
...
Pointed out by Keith Parks
1996-11-05 05:28:20 +00:00
fd569a2308
Clean up a few of the #include files
1996-11-05 05:26:32 +00:00
48a7170a71
Added missing #includes pointed out by Keith Parks
1996-11-05 05:25:44 +00:00
8a1e0e8eb8
Bring in minor changes from Andrew
1996-11-05 05:17:28 +00:00
d2746c65b5
Make sure all the cleaned includes are commited
1996-11-04 12:12:52 +00:00
0e2822072c
Make sure all the cleaned up includes are commited
1996-11-04 12:11:44 +00:00
dc037969ad
Another one completely cleaned up
1996-11-04 12:07:05 +00:00
0b3cb80e03
finally, this directory is (should be!) totally clean
1996-11-04 11:51:27 +00:00
7870c5a0d3
Add frontend \copy command.
1996-11-04 09:17:55 +00:00
434201d8d7
another pass through.
...
Note. all include files that have been hit so far have had extraneous
include files cleaned out and are reduced to...the lowest common
"include file", based on 'cc -Wall -I. test.c', where test.c is:
#include "postgres.h"
#include "<top of branches>" (ie. top of branches this time was utils/fcache2.h)
1996-11-04 08:53:07 +00:00
63482946c7
More cleanups (this one will most likely break under Win32, if anyone is
...
working on it)
1996-11-04 08:14:05 +00:00
82400d4c50
Next, based on utils/catcache.h
1996-11-04 07:59:39 +00:00
5a5f9420e5
Another series started from utils/builtins.h
1996-11-04 07:46:06 +00:00
d93d3c843a
-Wall based cleanup of include files, based from acl.h, and everything
...
that it depends on
1996-11-04 07:18:46 +00:00
796aca3916
include utils/palloc.h as a default include, as its used more often then
...
not
1996-11-04 06:35:36 +00:00
089dfb61f0
Add ability to deal with the fmgr.h dependency.
1996-11-04 06:32:59 +00:00
5061c23ac2
Rename CDEBUG to COPT
1996-11-04 05:15:07 +00:00
de3286ce3a
Remove AMERICAN STYLE. Not used.
1996-11-04 05:02:44 +00:00
f95322d9ef
Remove optimization-specific stuff from OS sections. Use CDEBUG.
1996-11-04 05:01:47 +00:00
18bbad7696
Remove OPENLINK define
1996-11-04 04:53:51 +00:00
0108fddf13
Remove NULL_PATCH define
1996-11-04 04:35:48 +00:00
8edbc3bde4
Remove ARRAY_PATCH define
1996-11-04 04:19:55 +00:00
e43dfad289
Remove ESCAPE_PATCH define
1996-11-04 04:05:16 +00:00
7e42f4814d
Removed PORTNAME_. Use OS version only.
1996-11-04 04:00:56 +00:00
510ebf75a1
Another first pass at cleaning up the #includes
1996-11-03 23:57:43 +00:00
d46d53387f
Not sure if this is the right place, but add a prototype for
...
Bryan's superuser() function
1996-11-03 23:49:07 +00:00
d2aa40517a
Cleaned up include headers
1996-11-03 23:46:28 +00:00
4029fb52c6
first pass at cleaning up include files
1996-11-03 23:27:08 +00:00
ca112038ab
More include file cleanups
1996-11-03 22:58:26 +00:00
302b809793
Changes required so that access/* compiles cleanly...
...
cleaning up behind myself before *yawn* bed :)
1996-11-03 12:35:27 +00:00
ff36ebc922
More cleans of the inter-dependencies in the #include files
1996-11-03 12:13:35 +00:00
71cd646a34
More include file cleanups
1996-11-03 12:11:19 +00:00
dd71c36933
That pretty much totally cleans up the includes files here.
1996-11-03 10:57:24 +00:00
5a58dabbbc
Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks.
1996-11-03 09:28:31 +00:00
8ac872b26d
Fix bogus format in two error messages.
1996-11-03 09:24:04 +00:00
66a518735f
Finish cleaning up -I lines
1996-11-03 09:07:03 +00:00
a7a0b3ba30
Keep the generated .h files in the local directory, like other object files,
...
rather than in src/include with normal header files. Necessary to make
dependancies work out so they don't keep getting rebuilt for no reason.
1996-11-03 09:05:30 +00:00
a505db6f33
Create TAGS file for emacs. Like MAKE_CTAGS for vi.
1996-11-03 09:03:30 +00:00
0c960e7fc0
More include file cleanups
1996-11-03 08:17:38 +00:00
4bdf308bdf
shared build fails, but the rest compiles...formatting error in the
...
cc -shared, I believe...
1996-11-03 07:14:32 +00:00
aed384f12d
Quiet a compiler warning (see line 729+, retvalue)
1996-11-03 07:00:57 +00:00
dd5b78f1c1
Remove 'unused variable `open_errno''
1996-11-03 06:56:52 +00:00
c9002ecb21
Produce a clean compile of backend...
1996-11-03 06:54:38 +00:00
3cf53c1d8a
Change default install directories to /usr/local/pgsql
...
Add CFLAGS+= -Wall -Werror (should only affect developers, not users)
1996-11-03 06:54:10 +00:00