diff options
author | Pavan Deolasee | 2017-07-31 14:21:58 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-07-31 14:21:58 +0000 |
commit | 06130a5602ed83ab7b450e46b10173c926b241b5 (patch) | |
tree | bb3f3cbf2e154dd0dca44ef510374ac2affbcbb4 /doc/src | |
parent | 29920dda095537f5ae7874086eb9537b9c5e5380 (diff) |
Don't run ALTER ENUM in an autocommit block on remote nodes
Before PG 10, Postgres did not allow ALTER ENUM to be run inside a transaction
block. So we used to run these commands in auto-commit mode on the remote
nodes. But now Postgres has removed the restriction. So we also run the
statements in transaction block.
This fixes regression failures in the 'enum' test case.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions