Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Postgres Bug Fix - Incorrect Syntax for REINDEX #1249

@albertZhangTJ

Description

@albertZhangTJ

In Postgres, a single REINDEX statement can only work on one index. E.g. REINDEX INDEX i1, i2, i3 is not valid.

However, in line 42 of gen/PostgresReindexGenerator.java, multiple index names, without delimiters, are generated.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions