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:
Josh Kupershmidt
2012-10-21 16:54:33 -07:00
parent 0942141245
commit 05111376c8
3 changed files with 25 additions and 2 deletions

View File

@ -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);