Patch to return last tid - Mailing list pgsql-patches

From Arturo Josè Montes Sinning
Subject Patch to return last tid
Date
Msg-id 3D83E85A.8090101@colomsat.net.co
Whole thread Raw
In response to Re: string not marked for translation  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Patch to return last tid  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: contrib/dblink GRANTs and regression test fix
Next
From: Joe Conway
Date:
Subject: Re: contrib/cube & contrib/seg regression fixes