citus/src
Dimitri Fontaine 17266e3301 Implement ALTER INDEX ... RENAME TO ...
The command is now distributed among the shards when the table is
distributed. To that effect, we fill in the DDLJob's targetRelationId with
the OID of the table for which the index is defined, rather than the OID of
the index itself.
2018-01-17 21:56:40 +01:00
..
backend Implement ALTER INDEX ... RENAME TO ... 2018-01-17 21:56:40 +01:00
include Do not raise errors in the real-time executor (#1903) 2018-01-01 22:26:31 -05:00
test/regress Implement ALTER INDEX ... RENAME TO ... 2018-01-17 21:56:40 +01:00