Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) workaround postgresql bug #15865 #3010

Merged
merged 1 commit into from
Jun 25, 2019
Merged

(maint) workaround postgresql bug #15865 #3010

merged 1 commit into from
Jun 25, 2019

Conversation

robdaemon
Copy link
Contributor

PostgreSQL 9.6.14 introduced a bug:

BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist

See: https://www.postgresql.org/message-id/15865-17940eacc8f8b081%40postgresql.org

This will make any ALTER TABLE statement only affect a single column per
statement.

PostgreSQL 9.6.14 introduced a bug:

BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist

See: https://www.postgresql.org/message-id/15865-17940eacc8f8b081%40postgresql.org

This will make any ALTER TABLE statement only affect a single column per
statement.
@puppetcla
Copy link

CLA signed by all contributors.

Copy link
Contributor

@austb austb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 all types changed to text are varchar's of various length and therefore binary coercible to text, so table rewrites are not performed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants