diff options
author | Pavan Deolasee | 2017-06-15 05:26:40 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-06-15 05:26:40 +0000 |
commit | 36ccc8d64e61fe9d77bb7ac62267945f7c146baa (patch) | |
tree | 9c2664fced26181a047c2d5284db8debbcca5e03 /src/include/postgres.h | |
parent | 386000b5eb0380d51a92cc164dcb597887b6e19d (diff) |
Fix couple of merge issues in sequence handling code
At one place we missed out an END_CRIT_SECTION(), so put that back. Also,
GetGlobalSeqName() was using a wrong relation while generating the sequence
name. This was caused as a result of the merge which introduced a new code
block in between, thus setting the local variable referring the sequence
relation to the pg_catalog.pg_sequence relation.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions