1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00
Commit Graph

1829 Commits

Author SHA1 Message Date
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
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
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
ff36ebc922 More cleans of the inter-dependencies in the #include files 1996-11-03 12:13:35 +00:00
0c960e7fc0 More include file cleanups 1996-11-03 08:17:38 +00:00
3516eda61c Okay, following Bryan's (and others) suggestions...cleaning up the
include files properly...yet, slowly...
1996-11-01 09:31:17 +00:00
f44acab12c Include dependencies based on tupdesc.h, as:
access/tupdesc.h
	catalog/pg_attribute.h
	nodes/pg_list.h
		nodes/nodes.h
	access/attnum.h
1996-11-01 09:22:37 +00:00
99412aef23 remove:
#include "postgres.h"
	#include "c.h"
1996-10-31 09:51:30 +00:00
3d7fe6c97c Added needed include file. 1996-10-31 05:58:01 +00:00
f36b2560a4 Major code cleanups from D'arcy (-Wall -Werror) 1996-10-23 07:42:13 +00:00
8325d9fc3b Define prototypes from giststrat.c required in gistscan.c 1996-10-21 05:05:42 +00:00
2b5a8bc38b More include files cleaned up 1996-10-20 06:35:27 +00:00
0eac5b0ed5 Welp, another subdirectory cleaned out of redundant/unused #include
files
1996-10-19 06:27:33 +00:00
4c9309a8d5 another small one 1996-10-19 04:36:08 +00:00
7260183685 ...same 1996-10-19 04:09:32 +00:00
d0bfb6b78d slow work... 1996-10-19 04:08:58 +00:00
6fd191c899 another one cleaned up 1996-10-19 04:05:44 +00:00
f3671cc910 another another one 1996-10-19 04:02:39 +00:00
d9ebe7711f clean out include files of including other includes files except those
absolutely required
1996-10-19 03:58:34 +00:00
1c5fa955cd Add prototype for heap_getattr() to quiet compiler 1996-10-18 17:58:33 +00:00
3bf2b361f0 Date: Sun, 22 Sep 1996 13:47:39 -0400 (EDT)
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: Postgres95-development <pg95-dev@ki.net>
Subject: [PG95-DEV] 2.0 patch for fastgetattr
1996-09-23 08:36:39 +00:00
475493130d |Subject: Postgres patch: Assert attribute type match
|
|Here's a patch for Version 2 only.  It just adds an Assert to catch some
|inconsistencies in the catalog classes.
|
|--
|Bryan Henderson                                    Phone 408-227-6803
|San Jose, California
|
1996-09-16 05:33:20 +00:00
1054097464 More cleanups of the include files
- centralizing to simplify the -I's required to compile
1996-08-28 01:59:28 +00:00
ad5a3141a2 c.h is included in postgres.h already 1996-08-28 01:23:59 +00:00
5a8820efcd Moved from backend/access to include/access 1996-08-27 21:50:29 +00:00