1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-10 09:21:54 +03:00
Commit Graph

43827 Commits

Author SHA1 Message Date
e4725ee76a Makes it compile...still needs work 1996-11-05 11:57:55 +00:00
90113e2847 another one quickly done up 1996-11-05 11:29:45 +00:00
dc0e256902 clean this one 1996-11-05 11:23:43 +00:00
225a224792 Missed a file...
access now compile with -Wall -Werror
1996-11-05 11:17:47 +00:00
03eb5a50e7 There, that cleans *that* out 1996-11-05 11:12:33 +00:00
050d148295 One more to go 1996-11-05 10:54:20 +00:00
6608278ea4 these ones have their dependencies cleaned up 1996-11-05 10:37:16 +00:00
500ce42f37 Almost done access... 1996-11-05 10:35:38 +00:00
4fa90e38d5 More cleanups 1996-11-05 10:02:06 +00:00
466f5fd729 More cleanups 1996-11-05 09:53:03 +00:00
4312192e6b another directory cleaned of extraneous #includes
makefile fixed for fmgr.h
1996-11-05 09:40:25 +00:00
0cf60fb718 More cleaned out #include files
Makefile fixed for fmgr.h
1996-11-05 08:19:01 +00:00
d1e9a76131 Another run through.
This gets us a clean compile of 'common' and 'gist' with *clean* #include
files
1996-11-05 08:18:44 +00:00
1c3a7767ca Re-add -I../.. for fmgr.h
Change #include "" to #include <>

Remove a few unused #includes

Make sure it compiles with -Wall -Werror
1996-11-05 07:42:46 +00:00
efef619b83 And double check changes 1996-11-05 07:41:13 +00:00
6c8482c970 Make sure all changes commited 1996-11-05 07:38:17 +00:00
51716fdd8d Another 1996-11-05 07:24:03 +00:00
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