version 1.0.8.

This commit is contained in:
Takahiro Itagaki
2010-02-15 01:38:06 +00:00
parent a7a42b7bbf
commit 8392b9462a
4 changed files with 130 additions and 29 deletions

View File

@ -75,7 +75,7 @@ static void RenameRelationInternal(Oid myrelid, const char *newrelname, Oid name
Datum
reorg_version(PG_FUNCTION_ARGS)
{
return CStringGetTextDatum("pg_reorg 1.0.7");
return CStringGetTextDatum("pg_reorg 1.0.8");
}
/**