| From: | "xie jiong" <xie_jiong(at)163(dot)com> |
|---|---|
| To: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | question about large object |
| Date: | 2008-11-06 06:02:51 |
| Message-ID: | 002001c93fd5$4d408df0$0d03a8c0@gym |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
I am reading code about large object of pgsql and have a question:
in pg_largeobject.h:
CATALOG(pg_largeobject,2613) BKI_WITHOUT_OIDS
{
Oid loid; /* Identifier of large object */
int4 pageno; /* Page number (starting from 0) */
bytea data; /* Data for page (may be zero-length) */
} FormData_pg_largeobject;
what's mean of pageno? or what 's "page" of a large object refer to?
is this "page"(pageno) refer to "chunk"(chunk number) of lob, as opposed to
real data page? (or just one data page to store one chunk of lob)
Thanks!
Jiong
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Charlie Savage | 2008-11-06 06:30:46 | 2 small patches that fix 8.3.5 compile issues on Vista+MingW+Msys |
| Previous Message | Jaime Casanova | 2008-11-06 05:52:47 | regression in analyze |