pgsql/src/include/storage (large_object.h)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/storage (large_object.h)
Date: 2000-10-24 03:35:38
Message-ID: 200010240335.e9O3Zco78423@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, October 23, 2000 @ 23:34:53
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/storage
from hub.org:/home/projects/pgsql/tmp/cvs-serv77861/storage

Modified Files:
large_object.h

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

Reconsider page size for large objects: rather than stuffing disk pages
as full as possible, seems better to use a tuple size around BLCKSZ/4
so that less space is wasted when a LO tuple is updated. Also, this
lets us use a logical page size that's an exact power of two, avoiding
partial-page writes when client is sending us stuff in power-of-2
buffer chunks.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-24 04:14:14 pgsql/src/bin/psql (large_obj.c)
Previous Message Tom Lane 2000-10-24 03:34:52 pgsql/src/include/catalog (catversion.h)