Patch to return last tid

From: "Arturo Josè Montes Sinning" <mitosys(at)colomsat(dot)net(dot)co>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch to return last tid
Date: 2002-09-15 01:54:34
Message-ID: 3D83E85A.8090101@colomsat.net.co
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi

When a table was created without oids, we have not a valid oid returned
from backend.

How would be a patch to return last tid?

Command Status string seem to be a good place to do it, after tuple count
modified or inserted for last insert statement.

Would this patch break something?

What possible code I must modify to accomplish this?

Thanks

Arturo

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-09-15 02:41:01 Re: contrib/cube & contrib/seg regression fixes
Previous Message Tom Lane 2002-09-14 22:02:02 Re: contrib/dblink GRANTs and regression test fix