Thread: comment typo in postgres_fdw/postgres_fdw.c

comment typo in postgres_fdw/postgres_fdw.c

From
Ian Lawrence Barwick
Date:
Presumably "classifyConditions", not "classifyClauses", is meant.
Patch attached.


Regards

Ian Barwick

Attachment

Re: comment typo in postgres_fdw/postgres_fdw.c

From
Tom Lane
Date:
Ian Lawrence Barwick <barwick@gmail.com> writes:
> Presumably "classifyConditions", not "classifyClauses", is meant.

Hm, I think this got missed in a bout of renaming.  Will apply, thanks.
        regards, tom lane