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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/test/regress/expected (opr_sanity.out sanity_check.out)
Дата
Msg-id 200010240138.e9O1clC66019@hub.org
обсуждение исходный текст
Список 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!


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/catalog (pg_largeobject.h catname.h catversion.h indexing.h pg_class.h)
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc (TODO)