Fix typo in comment.

Amit Langote
pull/17/head
Robert Haas 9 years ago
parent 5472ed3e9b
commit ffccee4736
  1. 2
      src/backend/executor/execIndexing.c

@ -2,7 +2,7 @@
* *
* execIndexing.c * execIndexing.c
* routines for inserting index tuples and enforcing unique and * routines for inserting index tuples and enforcing unique and
* exclusive constraints. * exclusion constraints.
* *
* ExecInsertIndexTuples() is the main entry point. It's called after * ExecInsertIndexTuples() is the main entry point. It's called after
* inserting a tuple to the heap, and it inserts corresponding index tuples * inserting a tuple to the heap, and it inserts corresponding index tuples

Loading…
Cancel
Save