Re: pg_ls_tmpdir() - Mailing list pgsql-hackers

From Bossart, Nathan
Subject Re: pg_ls_tmpdir()
Date
Msg-id 7927BD34-5A62-4F51-A39E-B89FD81D4A43@amazon.com
Whole thread Raw
In response to Re: pg_ls_tmpdir()  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_ls_tmpdir()  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-hackers
On 10/2/18, 11:46 AM, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:
> "Bossart, Nathan" <bossartn@amazon.com> writes:
>> On 10/2/18, 7:22 AM, "Andrew Dunstan" <andrew.dunstan@2ndquadrant.com> wrote:
>>> See the bottom of src/backend/catalog/system_views.sql starting around 
>>> line 1010.
>
>> AFAICT the cleanest way to do this in system_views.sql is to hard-code
>> the pg_default tablespace OID in the DEFAULT expression.  So, it might
>> be best to use the two function approach if we want pg_ls_tmpdir() to
>> default to the pg_default tablespace.
>
> That would be pretty bletcherous, so +1 for just making two C functions.

Alright, here's an updated patch.

Nathan


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SerializeParamList vs machines with strict alignment
Next
From: Marco Atzeri
Date:
Subject: Re: Cygwin linking rules