Re: fdw validation function vs zero catalog id
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Martin Pihlak <martin.pihlak@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2009-12-20T17:29:16Z
Lists: pgsql-hackers
Martin Pihlak <martin.pihlak@gmail.com> writes: > It appears that the function for validating generic options to a FDW, > SERVER and USER MAPPING is always passed a catalog oid of 0. Whereas > it should actually be passed the oid of the catalog that the options > apply to. According to what? I can't find any documentation whatsoever on what arguments that function is supposed to get. regards, tom lane