On Sun, Aug 14, 2011 at 2:21 PM, Tom Lane wrote:
> So, as the testing rolls on, I started to see some failures in various
> ALTER-FOREIGN-thingy commands. The cause proved to be that numerous
> places in foreigncmds.c do this:
>
> tuple = SearchSysCacheCopy(...);
>
> ... alter the t
So, as the testing rolls on, I started to see some failures in various
ALTER-FOREIGN-thingy commands. The cause proved to be that numerous
places in foreigncmds.c do this:
tuple = SearchSysCacheCopy(...);
... alter the tuple as needed ...
rel = heap_open(target-catalog,