pgsql/src/test/regress/expected (opr_sanity.out sanity_check.out)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/test/regress/expected (opr_sanity.out sanity_check.out)
Date: 2000-10-24 01:38:47
Message-ID: 200010240138.e9O1clC66019@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, October 23, 2000 @ 21:38:44
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress/expected
from hub.org:/home/projects/pgsql/tmp/cvs-serv65693/src/test/regress/expected

Modified Files:
opr_sanity.out sanity_check.out

----------------------------- Log Message -----------------------------

Major overhaul of large-object implementation, by Denis Perchine with
kibitzing from Tom Lane. Large objects are now all stored in a single
system relation "pg_largeobject" --- no more xinv or xinx files, no more
relkind 'l'. This should offer substantial performance improvement for
large numbers of LOs, since there won't be directory bloat anymore.
It'll also fix problems like running out of locktable space when you
access thousands of LOs in one transaction.
Also clean up cruft in read/write routines. LOs with "holes" in them
(never-written byte ranges) now work just like Unix files with holes do:
a hole reads as zeroes but doesn't occupy storage space.
INITDB forced!

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-10-24 01:59:47 pgsql/doc (TODO)
Previous Message Tom Lane 2000-10-24 01:38:44 pgsql/src/interfaces/odbc (info.c)