Remove TODO comment about ASC/DESC and NULLS FIRST/LAST index options.
As far as I can tell, the code already supports these index options, so put in a small installcheck test exercising these index options and call it good.
This commit is contained in:
@ -499,8 +499,6 @@ reorg_get_index_keys(PG_FUNCTION_ARGS)
|
||||
/*
|
||||
* FIXME: this is very unreliable implementation but I don't want to
|
||||
* re-implement customized versions of pg_get_indexdef_string...
|
||||
*
|
||||
* TODO: Support ASC/DESC and NULL FIRST/LAST.
|
||||
*/
|
||||
|
||||
initStringInfo(&str);
|
||||
|
Reference in New Issue
Block a user