Re: [HACKERS] dealing with extension dependencies that aren't quite 'e'

2016-04-04 Thread Abhijit Menon-Sen
Hi. Here's the updated patch. It fixes a couple of small problems, and includes documentation and tests (which I placed in a new file in src/test/modules/test_extensions, on Petr's advice). I wanted to post this before I went on to attempt any more grammar cleanups. Please let me know if there's

Re: [HACKERS] Odd system-column handling in postgres_fdw join pushdown patch

2016-04-04 Thread Etsuro Fujita
On 2016/03/29 15:37, Etsuro Fujita wrote: I added two helper functions: GetFdwScanTupleExtraData and FillFdwScanTupleSysAttrs. The FDW author could use the former to get info about system attributes other than ctids and oids in fdw_scan_tlist during BeginForeignScan, and the latter to set values

Re: [HACKERS] Alter or rename enum value

2016-04-04 Thread Tom Dunstan
Just stumbled across this thread while looking for something else… > On 28 Mar 2016, at 12:50 AM, Tom Lane wrote: > What you really need is to prevent the new value from being inserted > into any indexes, but checking that directly seems far more difficult, > ugly, and expensive than the above. >

<    1   2