Bruce Momjian
|
50ad4a70b9
|
Make 'name' type int aligned, like char/varchar.
|
1998-08-27 05:06:57 +00:00 |
|
Bruce Momjian
|
6bd323c6b3
|
Remove un-needed braces around single statements.
|
1998-06-15 19:30:31 +00:00 |
|
Bruce Momjian
|
a32450a585
|
pgindent run before 6.3 release, with Thomas' requested changes.
|
1998-02-26 04:46:47 +00:00 |
|
Bruce Momjian
|
24cab6bd0d
|
Goodbye register keyword. Compiler knows better.
|
1998-02-11 19:14:04 +00:00 |
|
Bruce Momjian
|
ec9d5d71ec
|
Update now that attcacheoff initial value is -1 always.
|
1998-02-06 20:18:01 +00:00 |
|
Bruce Momjian
|
e3f2eb1f39
|
Fix for varchar functions, and indextyple j-1 fix.
|
1998-02-05 17:22:41 +00:00 |
|
Bruce Momjian
|
1637684af4
|
Cleanup getattr code. Make CHAR() use attcacheoff.
|
1998-02-04 21:32:12 +00:00 |
|
Bruce Momjian
|
726c3854cb
|
Inline fastgetattr and others so data access does not use function
calls.
|
1998-01-31 04:39:26 +00:00 |
|
Bruce Momjian
|
679d39b9c8
|
Goodbye ABORT. Hello ERROR for all errors.
|
1998-01-07 21:07:04 +00:00 |
|
Bruce Momjian
|
0d9fc5afd6
|
Change elog(WARN) to elog(ERROR) and elog(ABORT).
|
1998-01-05 03:35:55 +00:00 |
|
Vadim B. Mikheev
|
32cd09ac6d
|
Good Bye, Time Travel!
|
1997-11-02 15:27:14 +00:00 |
|
Bruce Momjian
|
3f365ba0fc
|
Inline memset() as MemSet().
|
1997-09-18 20:22:58 +00:00 |
|
Bruce Momjian
|
59f6a57e59
|
Used modified version of indent that understands over 100 typedefs.
|
1997-09-08 21:56:23 +00:00 |
|
Bruce Momjian
|
319dbfa736
|
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
|
1997-09-08 02:41:22 +00:00 |
|
Bruce Momjian
|
1ccd423235
|
Massive commit to run PGINDENT on all *.c and *.h files.
|
1997-09-07 05:04:48 +00:00 |
|
Bruce Momjian
|
1d8bbfd2e7
|
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
|
1997-08-19 21:40:56 +00:00 |
|
Vadim B. Mikheev
|
7540eda8f4
|
Someone forgot about aligning in fastgetiattr()...
|
1997-06-12 15:41:52 +00:00 |
|
Vadim B. Mikheev
|
14ed5b3ecd
|
Someone forgot about 'case sizeof(int32)' for
tupleDesc->attrs[i]->attlen in fastgetiattr.
|
1997-03-26 02:24:38 +00:00 |
|
Marc G. Fournier
|
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 |
|
Marc G. Fournier
|
fd569a2308
|
Clean up a few of the #include files
|
1996-11-05 05:26:32 +00:00 |
|
Marc G. Fournier
|
dd71c36933
|
That pretty much totally cleans up the includes files here.
|
1996-11-03 10:57:24 +00:00 |
|
Marc G. Fournier
|
0c960e7fc0
|
More include file cleanups
|
1996-11-03 08:17:38 +00:00 |
|
Marc G. Fournier
|
a95674269f
|
More intelligent #include cleanups, as pointed out by Bryan...
Compiled with -Wall -Werror
|
1996-11-01 09:41:41 +00:00 |
|
Marc G. Fournier
|
82b83f6f71
|
Cosmetic changes to ordering of #include files
|
1996-10-21 11:49:41 +00:00 |
|
Marc G. Fournier
|
f47ffc9a4e
|
Make line 159:bp = NULL, to quiet compiler
Suggested by: Randy Terbush <randy@zyzzyva.com>
|
1996-10-21 07:18:08 +00:00 |
|
Marc G. Fournier
|
d458a1c747
|
Other then:
indextuple.c:159: warning: `bp' might be used uninitialized in this function
this directory passes -Wall -Werror under FreeBSD
|
1996-10-20 22:04:49 +00:00 |
|
Marc G. Fournier
|
5a0b450c78
|
First pass at fixing my own mistakes
Mainly...fix up the includes I removed, as well as prototypes
Pointed out by D'Arcy
|
1996-10-20 08:32:11 +00:00 |
|
Marc G. Fournier
|
e77f64af62
|
There...that pretty much cleans up redundant/unused #includes in
access/common...how many more directories to go? :)
|
1996-10-19 04:51:44 +00:00 |
|
Marc G. Fournier
|
5dedad99a1
|
One at a time...another one is complete...
|
1996-10-19 03:28:20 +00:00 |
|
Marc G. Fournier
|
d31084e9d1
|
Postgres95 1.01 Distribution - Virgin Sources
|
1996-07-09 06:22:35 +00:00 |
|