About snapshots

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: About snapshots
Date: 2003-03-29 17:04:28
Message-ID: 20030329170428.GA2960@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Why the Snapshot (SerializableSnapshot and QuerySnapshot) are malloc'ed
and not palloc'ed ? I wonder if I can switch to palloc to ease the
cleanup.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La virtud es el justo medio entre dos defectos" (Aristoteles)

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2003-03-29 22:00:06 Re: updateable cursors & visibility
Previous Message Bruce Momjian 2003-03-29 16:56:07 Re: Changing behavior of BEGIN...sleep...do something...COMMIT