Re: [HACKERS] Minor comment fix

2015-10-20 Thread Robert Haas
On Mon, Oct 19, 2015 at 12:25 AM, Amit Langote wrote: > Attached fixes the following in comment above ExecCheckIndexConstraints: > > s/no no conflict/no conflict/g Thanks, committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-

[HACKERS] Minor comment fix

2015-10-18 Thread Amit Langote
Attached fixes the following in comment above ExecCheckIndexConstraints: s/no no conflict/no conflict/g Thanks, Amit diff --git a/src/backend/executor/execIndexing.c b/src/backend/executor/execIndexing.c index 7299329..8f1b058 100644 --- a/src/backend/executor/execIndexing.c +++ b/src/backend/exe