[COMMITTERS] pgsql: Fix minor typo in comment

2017-04-18 Thread Simon Riggs
Fix minor typo in comment Reported-by: Amit Langote Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/123aaffb5b881f3dadaac676877a90b50233a847 Modified Files -- src/backend/catalog/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sen

[COMMITTERS] pgsql: Fix minor typo in comment

2016-01-15 Thread Magnus Hagander
Fix minor typo in comment Tatsuro Yamada Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cf7dfbf2d6c5892747cd6fca399350d86c16f00f Modified Files -- src/include/port/atomics/generic.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via

Re: [COMMITTERS] pgsql: Fix minor typo in comment in xlog.c

2010-04-14 Thread Bruce Momjian
Robert Haas wrote: > On Wed, Apr 14, 2010 at 6:29 AM, Simon Riggs wrote: > > Log Message: > > --- > > Fix minor typo in comment in xlog.c > > Hmm, I think in this case the correct word would be "affect" not "effect". Agreed, fixed. -- Bruce Momjian http://momjian.us Enterp

Re: [COMMITTERS] pgsql: Fix minor typo in comment in xlog.c

2010-04-14 Thread Robert Haas
On Wed, Apr 14, 2010 at 6:29 AM, Simon Riggs wrote: > Log Message: > --- > Fix minor typo in comment in xlog.c Hmm, I think in this case the correct word would be "affect" not "effect". ...Robert -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make change

[COMMITTERS] pgsql: Fix minor typo in comment in xlog.c

2010-04-14 Thread Simon Riggs
Log Message: --- Fix minor typo in comment in xlog.c Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.394 -> r1.395) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.394&r2=1.395) -- Sent via pgsql-comm