Hackers,

With regard to this change:

  
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=5f7b58fad8f45c69bb67944779dce67e2f481995

I'm wondering if it would be possible to restore the relistemp column to 
pg_class, at least for backwards compatibility, so that apps that expected it 
can continue to work on both 9.0 and 9.1. Even if it's read-only somehow, and 
the same as `relpersistence <> 't'`.

I've run into this with pgTAP, and am having a hard time coming up with a 
simple code path to support both without a patch. It'd make life simpler if 
there was some sort of compatibility interface so that my code doesn't have to 
maintain two paths.

Thanks,

David


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to