Re: comment typo in postgres_fdw/postgres_fdw.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: comment typo in postgres_fdw/postgres_fdw.c
Date: 2014-01-04 18:42:07
Message-ID: 20065.1388860927@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ian Lawrence Barwick <barwick(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2014-01-04 18:44:08 Re: proposal: extensible plpgsql executor - related to assertions
Previous Message Tom Lane 2014-01-04 18:40:40 Re: Wrong comment for bitncmp function in network.c