postgresql/src
Marc G. Fournier 374bb5d261 Some *very* major changes by darrenk@insightdist.com (Darren King)
==========================================
What follows is a set of diffs that cleans up the usage of BLCKSZ.

As a side effect, the person compiling the code can change the
value of BLCKSZ _at_their_own_risk_.  By that, I mean that I've
tried it here at 4096 and 16384 with no ill-effects.  A value
of 4096 _shouldn't_ affect much as far as the kernel/file system
goes, but making it bigger than 8192 can have severe consequences
if you don't know what you're doing.  16394 worked for me, _BUT_
when I went to 32768 and did an initdb, the SCSI driver broke and
the partition that I was running under went to hell in a hand
basket. Had to reboot and do a good bit of fsck'ing to fix things up.

The patch can be safely applied though.  Just leave BLCKSZ = 8192
and everything is as before.  It basically only cleans up all of the
references to BLCKSZ in the code.

If this patch is applied, a comment in the config.h file though above
the BLCKSZ define with warning about monkeying around with it would
be a good idea.

Darren  darrenk@insightdist.com

(Also cleans up some of the #includes in files referencing BLCKSZ.)
==========================================
1998-01-13 04:05:12 +00:00
..
backend Some *very* major changes by darrenk@insightdist.com (Darren King) 1998-01-13 04:05:12 +00:00
bin Upgrade to 0.76 1998-01-12 18:10:28 +00:00
include Some *very* major changes by darrenk@insightdist.com (Darren King) 1998-01-13 04:05:12 +00:00
interfaces Should fix it all, Peter? 1998-01-13 02:23:09 +00:00
lextest Lex/yacc source cleanup like indent. 1997-09-08 03:20:18 +00:00
makefiles Remove declaration for -DLINUX_ELF since testing for __ELF__ in code. 1998-01-01 05:59:24 +00:00
man Manual page dash cleanup. 1998-01-11 22:18:01 +00:00
template Linux related change to .similar to handle 'a.out' files... 1997-12-02 02:43:08 +00:00
test Fix up for recent changes in elog error messages. 1998-01-10 17:50:49 +00:00
tools Html backend_dir cleanup 1998-01-12 14:41:38 +00:00
tutorial Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
utils Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in Knew I missed somewhere...remove PORTNAME references from GNUmakefile.in, since 1997-12-26 22:35:53 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Potential fix for Bruce's "test" problem 1997-12-20 18:36:26 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure Missed a subst() for the RANDOM substritution... 1997-12-31 03:51:17 +00:00
configure.in Missed a subst() for the RANDOM substritution... 1997-12-31 03:51:17 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00