Re: [HACKERS] Typo fixes in src/backend/rewrite/rewriteHandler.c

2014-10-03 Thread Robert Haas
On Thu, Oct 2, 2014 at 2:55 AM, Etsuro Fujita wrote: > Here is the comments in process_matched_tle() in rewriteHandler.c. > > 883 * such nodes; consider > 884 * UPDATE tab SET col.fld1.subfld1 = x, col.fld2.subfld2 = y > 885 * The two expressions produced by the parser will loo

[HACKERS] Typo fixes in src/backend/rewrite/rewriteHandler.c

2014-10-01 Thread Etsuro Fujita
Here is the comments in process_matched_tle() in rewriteHandler.c. 883 * such nodes; consider 884 * UPDATE tab SET col.fld1.subfld1 = x, col.fld2.subfld2 = y 885 * The two expressions produced by the parser will look like 886 * FieldStore(col, fld1, FieldStore(placeho