| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | 孟庆钟 <1584171677(at)qq(dot)com> |
| Cc: | pgsql-bugs <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: A very small typo in the comment |
| Date: | 2013-01-05 18:29:28 |
| Message-ID: | 24425.1357410568@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
"=?gb18030?B?w8/H7NbT?=" <1584171677(at)qq(dot)com> writes:
> I am a student in China. I have read some source code of postgreSQL, though only a little. I think maybe there is typo in this file: src\backend\catalog\index.c. At line 649 in v9.2.0, line 653 in V9.2.2. The sentence is " *indexInfo: same info executor uses to insert into the index", I think it should not be 'same', but 'some'.
> I am not sure if my thoughts is right.
> Sorry for my poor English.
I think "same" is what was intended. The info is in fact the same as
the per-index data structure used by the executor; see
ExecInsertIndexTuples() in execUtils.c.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2013-01-05 18:32:59 | Re: BUG #7787: ERROR: could not find RelOptInfo for given relids |
| Previous Message | Aleksander Shniperson | 2013-01-05 14:26:33 | Re: BUG #7781: pgagent incorrect installation |