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

Fix JumbleRangeTable() to jumble query with relation name. #13 #14

Merged
merged 1 commit into from
Sep 1, 2015

Conversation

snaga
Copy link
Contributor

@snaga snaga commented Sep 1, 2015

Previously, JumbleRangeTable() used relation oid on query jumbling,
and it resulted different queryid when relid gets changed.

Now, JumbleRangeTable() uses relation name instead of relid
to calculate queryid, so queryid could be the same when table gets
dropped and created with the same name.

Previously, JumbleRangeTable() used relation oid on query jumbling,
and it resulted different queryid when relid gets changed.

Now, JumbleRangeTable() uses relation name instead of relid
to calculate queryid, so queryid could be the same when table gets
dropped and created with the same name.
@snaga snaga changed the title Fix JumbleRangeTable() to jumble query with relation name. Fix JumbleRangeTable() to jumble query with relation name. #13 Sep 1, 2015
snaga added a commit that referenced this pull request Sep 1, 2015
Fix JumbleRangeTable() to jumble query with relation name. #13
@snaga snaga merged commit 23317f1 into develop Sep 1, 2015
@snaga snaga deleted the fix/queryjumbling branch September 1, 2015 11:23
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.

1 participant