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

Remove fastupdate hack #281

Closed
lonvia opened this issue Feb 10, 2015 · 1 comment · Fixed by #283
Closed

Remove fastupdate hack #281

lonvia opened this issue Feb 10, 2015 · 1 comment · Fixed by #283

Comments

@lonvia
Copy link
Collaborator

lonvia commented Feb 10, 2015

psql-middle has here a special hack to include fastupdate=off to array indexes for postgres versions 8.4 and larger. Considering that versions below 8.4 are not supported anyways, this string hack should be removed and fastupdate=off hardcoded into the CREATE INDEX command.

@pnorman
Copy link
Collaborator

pnorman commented Feb 10, 2015

related: #37, which is about finding a way to completely remove fastupdate

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 a pull request may close this issue.

2 participants