Re: move collation import to backend - Mailing list pgsql-hackers

From Haribabu Kommi
Subject Re: move collation import to backend
Date
Msg-id CAJrrPGe8PB4xzOxvL_JR10fD7m+3CDKLJQLJbKYr3G6dbxQumQ@mail.gmail.com
Whole thread Raw
In response to Re: move collation import to backend  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers


On Thu, Dec 1, 2016 at 12:18 AM, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:

>
>>>> +
>>>> +Datum pg_import_system_collations(PG_FUNCTION_ARGS);
>>>> +
>>>> +Datum
>>>> +pg_import_system_collations(PG_FUNCTION_ARGS)
>>>> +{
>>>
>>> Uh?
>>
>> Required to avoid compiler warning about missing prototype.
>
> It seems not to be project style to have prototypes in the middle of the
> file...

OK, will fix.

Moved to next CF with "waiting on author" status.

Regards,
Hari Babu
Fujitsu Australia

pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: postgres_fdw : altering foreign table not invalidating prepare statement execution plan.
Next
From: Haribabu Kommi
Date:
Subject: Re: Transactions involving multiple postgres foreign servers