HeapTupleSatisfiesUpdate result as enum

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: pgsql-patches(at)postgresql(dot)org
Subject: HeapTupleSatisfiesUpdate result as enum
Date: 2005-03-19 06:07:42
Message-ID: 20050319060742.GA28818@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hackers,

Is there any reason why HeapTupleSatisfiesUpdate return codes are not an
enum, like they are for HeapTupleSatisfiesVacuum?

I tried and came up with this patch. If there are no objections, please
apply.

--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
"El día que dejes de cambiar dejarás de vivir"

Attachment Content-Type Size
htsu-cleanup.patch text/plain 10.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-03-19 16:17:07 Re: HeapTupleSatisfiesUpdate result as enum
Previous Message Michael Fuhr 2005-03-19 05:08:47 PL/Python patch for Universal Newline Support