pgsql/src/backend/catalog index.c

Started by Hiroshi Inouealmost 25 years ago1 messagescomitters
Jump to latest
#1Hiroshi Inoue
inoue@hub.org

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: inoue@hub.org 01/08/17 19:50:00

Modified files:
src/backend/catalog: index.c

Log message:
Ensure to hold an exclusive lock while reindexing a relation.
This is mainly to help developers to understand the code.