OSDN Git Service

pg-rex/syncrep.git
23 years agoRemove daylight-savings-time-dependent tests of 'time with time zone'
Tom Lane [Wed, 4 Apr 2001 20:03:11 +0000 (20:03 +0000)]
Remove daylight-savings-time-dependent tests of 'time with time zone'
datatype.  Perhaps someday we can figure out a way of getting reproducible
results from testing this type, but for now ...

23 years agoupdate
Peter Eisentraut [Wed, 4 Apr 2001 20:02:31 +0000 (20:02 +0000)]
update

23 years agoHave to lock buffer while changing page' LSN.
Vadim B. Mikheev [Wed, 4 Apr 2001 15:43:25 +0000 (15:43 +0000)]
Have to lock buffer while changing page' LSN.
Thanks to Tom.

23 years agoDon't dump CHECK constraints with same source and names both
Philip Warner [Wed, 4 Apr 2001 06:47:30 +0000 (06:47 +0000)]
Don't dump CHECK constraints with same source and names both
starting with '$'.

23 years agoLog sequence creation (to initialize magic number on recovery).
Vadim B. Mikheev [Tue, 3 Apr 2001 21:58:00 +0000 (21:58 +0000)]
Log sequence creation (to initialize magic number on recovery).

23 years agoProvide snprintf() if system hasn't got it.
Tom Lane [Tue, 3 Apr 2001 19:06:19 +0000 (19:06 +0000)]
Provide snprintf() if system hasn't got it.

23 years agoSee attached for a minor documentation patch that more accurately reflects
Bruce Momjian [Tue, 3 Apr 2001 18:14:39 +0000 (18:14 +0000)]
See attached for a minor documentation patch that more accurately reflects
the current state of and the issues with PostgreSQL on Windows.

Thanks,
Jason

--
Jason Tishler

23 years agoCorrect bogus mktime() calls.
Tom Lane [Tue, 3 Apr 2001 18:05:53 +0000 (18:05 +0000)]
Correct bogus mktime() calls.

23 years agoRemove last-updated date stamp for 7.1.
Bruce Momjian [Tue, 3 Apr 2001 13:38:08 +0000 (13:38 +0000)]
Remove last-updated date stamp for 7.1.

23 years ago- Handle overridden attrs as per discussions 2-Apr-2001
Philip Warner [Tue, 3 Apr 2001 08:52:59 +0000 (08:52 +0000)]
- Handle overridden attrs as per discussions 2-Apr-2001
- Dump CHECK constraints in OID order

23 years agoCheck for failure of malloc() and realloc() when allocating space for
Tom Lane [Tue, 3 Apr 2001 04:07:02 +0000 (04:07 +0000)]
Check for failure of malloc() and realloc() when allocating space for
VFD entries.  On platforms where dereferencing a null pointer doesn't
lead to coredump, it's possible that this omission could have led to
unpleasant behavior like deleting the wrong file.

23 years agoopen(2) flags saved for re-opening a virtual file should probably not
Tom Lane [Tue, 3 Apr 2001 02:31:52 +0000 (02:31 +0000)]
open(2) flags saved for re-opening a virtual file should probably not
include O_CREAT.

23 years agoRestore pre-7.1 behavior of allowing DROP of a table whose underlying
Tom Lane [Mon, 2 Apr 2001 23:30:04 +0000 (23:30 +0000)]
Restore pre-7.1 behavior of allowing DROP of a table whose underlying
physical file has disappeared.  There is no really good reason why
relcache should be opening the underlying file at all, AFAICS.
In any case we needn't raise a hard error here.

23 years ago_mdfd_getrelnfd() should include kernel error code in failure message.
Tom Lane [Mon, 2 Apr 2001 23:20:24 +0000 (23:20 +0000)]
_mdfd_getrelnfd() should include kernel error code in failure message.

23 years agoComplain if the same column name is inherited from multiple parents
Tom Lane [Mon, 2 Apr 2001 18:30:49 +0000 (18:30 +0000)]
Complain if the same column name is inherited from multiple parents
with different default values, unless the child table redeclares the
column with an explicit default.  This was judged to be the approach
least likely to cause unpleasant surprises.

23 years agoUpdate HISTORY/release.sgml to current.
Bruce Momjian [Mon, 2 Apr 2001 17:59:17 +0000 (17:59 +0000)]
Update HISTORY/release.sgml to current.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 2 Apr 2001 17:40:14 +0000 (17:40 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 2 Apr 2001 16:27:04 +0000 (16:27 +0000)]
Update TODO list.

23 years agoUpdate info for platforms BeOS, Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha,
Thomas G. Lockhart [Mon, 2 Apr 2001 15:19:15 +0000 (15:19 +0000)]
Update info for platforms BeOS, Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha,
 NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 2 Apr 2001 15:10:28 +0000 (15:10 +0000)]
Update TODO list.

23 years agoDisable creation of indexes on system tables.
Bruce Momjian [Mon, 2 Apr 2001 14:34:25 +0000 (14:34 +0000)]
Disable creation of indexes on system tables.

23 years agoSynced pgc.l with scan.l.
Michael Meskes [Mon, 2 Apr 2001 08:17:24 +0000 (08:17 +0000)]
Synced pgc.l with scan.l.

23 years agoRemove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.
Tom Lane [Mon, 2 Apr 2001 03:21:23 +0000 (03:21 +0000)]
Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.

23 years agoTom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works
Tom Lane [Mon, 2 Apr 2001 03:08:30 +0000 (03:08 +0000)]
Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works
now on VAX NetBSD.  Hence, remove #ifdef'd disable tests.

23 years agoPlanner wasn't correctly handling adjustment of tuple_fraction for the
Tom Lane [Sun, 1 Apr 2001 22:37:19 +0000 (22:37 +0000)]
Planner wasn't correctly handling adjustment of tuple_fraction for the
case of LIMIT in a sub-select.

23 years agoRC2 preparations ...
Marc G. Fournier [Sun, 1 Apr 2001 19:15:37 +0000 (19:15 +0000)]
RC2 preparations ...

23 years agoPatch to put rudimentary dependency support into pg_dump. This addresses
Philip Warner [Sun, 1 Apr 2001 05:42:51 +0000 (05:42 +0000)]
Patch to put rudimentary dependency support into pg_dump. This addresses
the UDT/function order problem.

    - Rudimentary support for dependencies in archives.
      Uses dependencies to modify the OID used in sorting TOC
      entries. This will NOT handle multi-level dependencies,
      but will manage simple relationships like UDTs & their functions.

    - Treat OIDs with more respect (avoid using ints, use macros
      for conversion & comparison).

23 years agoUpdate TODO list.
Bruce Momjian [Sun, 1 Apr 2001 01:00:05 +0000 (01:00 +0000)]
Update TODO list.

23 years agoOn Cygwin, do initial connect() call in blocking mode, per report from
Tom Lane [Sat, 31 Mar 2001 23:14:37 +0000 (23:14 +0000)]
On Cygwin, do initial connect() call in blocking mode, per report from
Jason Tishler.

23 years agopqWait() should check for exception status as well as read or write
Tom Lane [Sat, 31 Mar 2001 23:13:30 +0000 (23:13 +0000)]
pqWait() should check for exception status as well as read or write
ready.  It appears that most (all?) Unixen will consider a socket to
be read or write ready if it has an error condition, but of course
Microsoft does things differently.

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 31 Mar 2001 17:25:32 +0000 (17:25 +0000)]
Update TODO list.

23 years agoAdd elog file.
Bruce Momjian [Sat, 31 Mar 2001 17:24:42 +0000 (17:24 +0000)]
Add elog file.

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 31 Mar 2001 15:28:15 +0000 (15:28 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 31 Mar 2001 01:08:16 +0000 (01:08 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 31 Mar 2001 01:07:39 +0000 (01:07 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 31 Mar 2001 01:06:46 +0000 (01:06 +0000)]
Update TODO list.

23 years agoRe-allow specification of a new default value for an inherited column
Tom Lane [Fri, 30 Mar 2001 20:50:36 +0000 (20:50 +0000)]
Re-allow specification of a new default value for an inherited column
in CREATE TABLE, but give a warning notice.  Clean up inconsistent
handling of defaults and NOT NULL flags from multiply-inherited columns.
Per pghackers discussion 28-Mar through 30-Mar.

23 years agoUpdate TODO list.
Bruce Momjian [Fri, 30 Mar 2001 18:36:23 +0000 (18:36 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Fri, 30 Mar 2001 18:34:31 +0000 (18:34 +0000)]
Update TODO list.

23 years agoMarc-Andre is changing where DateTime goes. This change allows the module
D'Arcy J.M. Cain [Fri, 30 Mar 2001 12:08:24 +0000 (12:08 +0000)]
Marc-Andre is changing where DateTime goes.  This change allows the module
to work either way.
Change submitted by Andrew Kuchling <akuchlin@mems-exchange.org>

23 years agoCorrect indenting in _quote() function.
D'Arcy J.M. Cain [Fri, 30 Mar 2001 12:04:43 +0000 (12:04 +0000)]
Correct indenting in _quote() function.
Fix submitted by Andrew Kuchling <akuchlin@mems-exchange.org>

23 years agoAdd appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData
Tom Lane [Fri, 30 Mar 2001 05:25:51 +0000 (05:25 +0000)]
Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData
as six bytes not eight.  This fixes a regression test failure but more
importantly avoids wasting four bytes of pad space in every tuple header.
Also add some commentary about what's going on.

23 years agorandom_seed => seed ...
Tom Lane [Fri, 30 Mar 2001 04:50:47 +0000 (04:50 +0000)]
random_seed => seed ...

23 years agoPut proper pgaccess Chinese big5 file in place.
Bruce Momjian [Thu, 29 Mar 2001 22:09:06 +0000 (22:09 +0000)]
Put proper pgaccess Chinese big5 file in place.

23 years agoRename 'random_seed' back to 'seed'.
Peter Eisentraut [Thu, 29 Mar 2001 19:03:57 +0000 (19:03 +0000)]
Rename 'random_seed' back to 'seed'.

23 years agosmall fixes
Peter Eisentraut [Thu, 29 Mar 2001 18:25:10 +0000 (18:25 +0000)]
small fixes

23 years agoApplied bug fix by Adriaan Joubert <a.joubert@albourne.com>
Michael Meskes [Thu, 29 Mar 2001 09:59:00 +0000 (09:59 +0000)]
Applied bug fix by Adriaan Joubert <a.joubert@albourne.com>

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 29 Mar 2001 00:12:57 +0000 (00:12 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Wed, 28 Mar 2001 21:20:41 +0000 (21:20 +0000)]
Update TODO list.

23 years agoCorrect erroneous description of MVCC Read Committed semantics.
Tom Lane [Wed, 28 Mar 2001 20:46:34 +0000 (20:46 +0000)]
Correct erroneous description of MVCC Read Committed semantics.

23 years agoQuick hack to fix Oliver Elphick's problem with subselects in an
Tom Lane [Tue, 27 Mar 2001 18:02:19 +0000 (18:02 +0000)]
Quick hack to fix Oliver Elphick's problem with subselects in an
inheritance query: make duplicate copies of subplans in adjust_inherited_attrs.
When we redesign querytrees we really gotta do something about this
issue of whether querytrees are read-only and can share substructure
or not.

23 years agoRepair pgindent damage to comments.
Tom Lane [Tue, 27 Mar 2001 17:12:34 +0000 (17:12 +0000)]
Repair pgindent damage to comments.

23 years ago> Kinda looks like Ian broke the compile-in-source-dir case while
Bruce Momjian [Tue, 27 Mar 2001 16:34:14 +0000 (16:34 +0000)]
> Kinda looks like Ian broke the compile-in-source-dir case while
> making the compile-in-separate-dir case work.  Tut tut.

Yes.  My apologies.  This patch is one way to fix things.

Ian

23 years agoThe following patch updates the FAQ_AIX and makes C++ code work with
Bruce Momjian [Tue, 27 Mar 2001 14:56:20 +0000 (14:56 +0000)]
The following patch updates the FAQ_AIX and makes C++ code work with
more recent versions of the IBM C++ compiler (now called VisualAge C++).
The C++ part was previously broken (g++ and xlC), thus this is zero risk.
Only AIX specific parts are touched (1 Makefile.shlib line (link with $(COMPILER
) instead
of $(CC) and one shell script line (parameter -C to nm to not demangle C++ symbo
ls for
.exp file)).

I thus ask you to please apply this patch before release.

With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake check" for both
 the native
compiler vac.C 5.0.1 and gcc 2.95.2 :-)

Andreas

23 years agoAdd changes from Mikhail Terekhov <terekhov@emc.com>.
D'Arcy J.M. Cain [Tue, 27 Mar 2001 10:53:21 +0000 (10:53 +0000)]
Add changes from Mikhail Terekhov <terekhov@emc.com>.

Use Extension method from distutils.

Cleaned up mismatched indentation styles while I was at it.

23 years agoAdd checking for valid database encoding.
Tatsuo Ishii [Tue, 27 Mar 2001 05:47:13 +0000 (05:47 +0000)]
Add checking for valid database encoding.

23 years agoODBC source code cleanup. Mostly alignment of #define constants.
Bruce Momjian [Tue, 27 Mar 2001 04:00:55 +0000 (04:00 +0000)]
ODBC source code cleanup.  Mostly alignment of #define constants.

23 years agoSpell __volatile__ correctly.
Tom Lane [Tue, 27 Mar 2001 01:16:24 +0000 (01:16 +0000)]
Spell __volatile__ correctly.

23 years agoOpenBSD resultmap change:
Bruce Momjian [Mon, 26 Mar 2001 17:51:41 +0000 (17:51 +0000)]
OpenBSD resultmap change:

I posted this to the list a few days ago,  but it was not addressed.  Can
someone please make the changes to the src/test/regress/resultmap?

Thanks.

- brandon

23 years agoAdd period to message.
Bruce Momjian [Mon, 26 Mar 2001 17:00:54 +0000 (17:00 +0000)]
Add period to message.

23 years agoChange message to _the_ administrator. There is only one administrative
Bruce Momjian [Mon, 26 Mar 2001 16:59:38 +0000 (16:59 +0000)]
Change message to _the_ administrator.  There is only one administrative
account.

This connection has been terminated by the administrator.

23 years agoAdd #define HAVE_ATEXIT, per report from Magnus.
Tom Lane [Mon, 26 Mar 2001 15:21:33 +0000 (15:21 +0000)]
Add #define HAVE_ATEXIT, per report from Magnus.

23 years agopqsignal call needs to be #ifndef WIN32, per report from Magnus.
Tom Lane [Mon, 26 Mar 2001 15:18:51 +0000 (15:18 +0000)]
pqsignal call needs to be #ifndef WIN32, per report from Magnus.

23 years agoAdd multibyte support
Hiroshi Inoue [Mon, 26 Mar 2001 09:34:17 +0000 (09:34 +0000)]
Add multibyte support

23 years agoFix typo
Tatsuo Ishii [Mon, 26 Mar 2001 08:32:10 +0000 (08:32 +0000)]
Fix typo

23 years agoFix unportable assumptions about alignment of local char[n] variables.
Tom Lane [Sun, 25 Mar 2001 23:23:59 +0000 (23:23 +0000)]
Fix unportable assumptions about alignment of local char[n] variables.

23 years agoImprove comments for xlog item size #defines.
Tom Lane [Sun, 25 Mar 2001 22:40:58 +0000 (22:40 +0000)]
Improve comments for xlog item size #defines.

23 years agoUpdate the changes for version 3.2.
D'Arcy J.M. Cain [Sun, 25 Mar 2001 22:23:44 +0000 (22:23 +0000)]
Update the changes for version 3.2.

23 years agoDocument the --with-python flag as a simpler way of installing the
D'Arcy J.M. Cain [Sun, 25 Mar 2001 22:22:51 +0000 (22:22 +0000)]
Document the --with-python flag as a simpler way of installing the
PyGreSQL module when installing PostgreSQL.

Document the location of the WIN32 binaries.

23 years agoUpdate TODO list.
Bruce Momjian [Sun, 25 Mar 2001 21:41:52 +0000 (21:41 +0000)]
Update TODO list.

23 years agoPick up any extra -I options for Python build.
Peter Eisentraut [Sun, 25 Mar 2001 19:44:04 +0000 (19:44 +0000)]
Pick up any extra -I options for Python build.

23 years agoFix unportable assumptions about alignment of local char[n] variables.
Tom Lane [Sun, 25 Mar 2001 19:30:28 +0000 (19:30 +0000)]
Fix unportable assumptions about alignment of local char[n] variables.

23 years agoThe regexp pattern characters ^ and $ should be explained as matching
Tom Lane [Sun, 25 Mar 2001 18:14:31 +0000 (18:14 +0000)]
The regexp pattern characters ^ and $ should be explained as matching
at the beginning and end of the input string, not the beginning and end
of "a line", since Postgres does not allow them to match at newline
characters in the data.

23 years agoRe-order declarations to un-break the non-HAS_TEST_AND_SET case.
Tom Lane [Sun, 25 Mar 2001 17:52:46 +0000 (17:52 +0000)]
Re-order declarations to un-break the non-HAS_TEST_AND_SET case.

23 years agospell fix
Peter Eisentraut [Sun, 25 Mar 2001 10:16:12 +0000 (10:16 +0000)]
spell fix

23 years agoAllow building documentation outside source tree.
Peter Eisentraut [Sun, 25 Mar 2001 08:32:24 +0000 (08:32 +0000)]
Allow building documentation outside source tree.
from Ian Lance Taylor

23 years agoFix code that incorrectly assumed a 'char foo[N]' local variable would
Tom Lane [Sun, 25 Mar 2001 00:45:20 +0000 (00:45 +0000)]
Fix code that incorrectly assumed a 'char foo[N]' local variable would
be aligned on a word boundary.  Per report from Steve Nicolai.

23 years agoMake less misleading message for failed + ignored tests.
Peter Eisentraut [Sat, 24 Mar 2001 23:32:25 +0000 (23:32 +0000)]
Make less misleading message for failed + ignored tests.

23 years agoPortability fix from Steve Nicolai.
Tom Lane [Sat, 24 Mar 2001 23:11:14 +0000 (23:11 +0000)]
Portability fix from Steve Nicolai.

23 years agominor copy editing
Peter Eisentraut [Sat, 24 Mar 2001 23:03:26 +0000 (23:03 +0000)]
minor copy editing

23 years agoDisable pg_upgrade.
Peter Eisentraut [Sat, 24 Mar 2001 13:21:14 +0000 (13:21 +0000)]
Disable pg_upgrade.

23 years agoHadn't built on a PARISC 1.1 box in a long time ... but when I did,
Tom Lane [Sat, 24 Mar 2001 06:17:41 +0000 (06:17 +0000)]
Hadn't built on a PARISC 1.1 box in a long time ... but when I did,
it turned out that the libpq makefile chokes on '-L /lib/pa1.1'.
Need to remove the space so filter rule works.

23 years agoUpdate info about mailing lists, make a few other minor improvements.
Tom Lane [Sat, 24 Mar 2001 03:40:44 +0000 (03:40 +0000)]
Update info about mailing lists, make a few other minor improvements.

23 years agoUpdate to the current state of platform support.
Thomas G. Lockhart [Sat, 24 Mar 2001 02:36:01 +0000 (02:36 +0000)]
Update to the current state of platform support.
Still need some tested for the 7.1 release.

23 years agoFix up wording slightly. No change in content.
Thomas G. Lockhart [Sat, 24 Mar 2001 02:35:25 +0000 (02:35 +0000)]
Fix up wording slightly. No change in content.

23 years agoupdate the ChangeLog in preparation for release ...
Marc G. Fournier [Sat, 24 Mar 2001 00:48:17 +0000 (00:48 +0000)]
update the ChangeLog in preparation for release ...

23 years agoMiscellaneous updates and minor copy-editing.
Tom Lane [Sat, 24 Mar 2001 00:24:26 +0000 (00:24 +0000)]
Miscellaneous updates and minor copy-editing.

23 years agoDoc update from Roberto Mello: improved versions of instr() examples.
Tom Lane [Fri, 23 Mar 2001 22:07:50 +0000 (22:07 +0000)]
Doc update from Roberto Mello: improved versions of instr() examples.

23 years agoWhen using 'long long int' for int64 type, check to see if the compiler
Tom Lane [Fri, 23 Mar 2001 18:42:12 +0000 (18:42 +0000)]
When using 'long long int' for int64 type, check to see if the compiler
accepts nnnLL syntax for long long constants.  If so, decorate the CRC64
constants with LL to avoid warnings and/or erroneous results from certain
non-standards-compliant compilers.

23 years agoMark exception and assert global variables as DLLIMPORT, so that plpgsql
Tom Lane [Fri, 23 Mar 2001 18:26:01 +0000 (18:26 +0000)]
Mark exception and assert global variables as DLLIMPORT, so that plpgsql
can be compiled with asserts enabled on Windoze.

23 years agoUpdate TODO list.
Bruce Momjian [Fri, 23 Mar 2001 17:09:09 +0000 (17:09 +0000)]
Update TODO list.

23 years agoAdd checking for strtoul. SunOS4 does not have it.
Tatsuo Ishii [Fri, 23 Mar 2001 05:46:05 +0000 (05:46 +0000)]
Add checking for strtoul. SunOS4 does not have it.

23 years agoFix comments that were mis-wrapped, for Tom Lane.
Bruce Momjian [Fri, 23 Mar 2001 04:49:58 +0000 (04:49 +0000)]
Fix comments that were mis-wrapped, for Tom Lane.

23 years agoFix SPI example to reflect new-style calling convention for textout().
Tom Lane [Fri, 23 Mar 2001 01:51:08 +0000 (01:51 +0000)]
Fix SPI example to reflect new-style calling convention for textout().

23 years agoFix checking of file operations in demo ('files') output format.
Philip Warner [Fri, 23 Mar 2001 01:27:12 +0000 (01:27 +0000)]
Fix checking of file operations in demo ('files') output format.

23 years agoFix problems with coredumps due to ^C when longjmp buffer isn't valid.
Tom Lane [Fri, 23 Mar 2001 00:36:38 +0000 (00:36 +0000)]
Fix problems with coredumps due to ^C when longjmp buffer isn't valid.
Now, we will only catch ^C at times when it is valid.

23 years agoFix Joubert's complaint that int8-sized numeric literals are mishandled
Tom Lane [Thu, 22 Mar 2001 17:41:47 +0000 (17:41 +0000)]
Fix Joubert's complaint that int8-sized numeric literals are mishandled
on Alpha (because parser mistakenly assumes that a nonoverflow result
from strtol means the value will fit into int4).  A scan for other uses
of strtol and strtoul found a couple other places with the same mistake;
fix them too.  The changes are all conditional on HAVE_LONG_INT_64 to
avoid complaints from compilers that think x != x is a silly test
(cf. pg_atoi).

23 years agoRun pgindent on _int.c, for Tom Lane. I had skipped this file because
Bruce Momjian [Thu, 22 Mar 2001 15:24:12 +0000 (15:24 +0000)]
Run pgindent on _int.c, for Tom Lane.  I had skipped this file because
of a complex macro that pgindent complained about.  Hand-adjusted macro
for pgindent run.

23 years agogeometry tests 'FAILED' from a precision standpoint, but differently then
Marc G. Fournier [Thu, 22 Mar 2001 15:13:19 +0000 (15:13 +0000)]
geometry tests 'FAILED' from a precision standpoint, but differently then
what solaris-precision takes into account ... its possible that solaris-precision
is 'stale', but created a new one "just in case" ...

23 years agoRemove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian [Thu, 22 Mar 2001 06:16:21 +0000 (06:16 +0000)]
Remove dashes in comments that don't need them, rewrap with pgindent.