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 missing CREATE INDEX statement in plan when table does not exist #1071

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Phat3
Copy link

@Phat3 Phat3 commented Mar 22, 2024

Fix a bug that didn't create the correct index in Postgres during the plan operation

Signed-off-by: Sebastiano Mariani <smariani@vmware.com>
@rubenhak
Copy link

Guys, can someone please take a look to this potential fix? Looks like this issue was carried over from the MySQL implementation, but in case of MySQL the index can be specified along with the column definition and there is no need for "CREATE INDEX" statement. It is not the case with PostgreSQL. Thanks. @marccampbell

@marccampbell marccampbell self-assigned this Apr 26, 2024
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