Interesting .....
while trying to restore the database on the same machine as different database I get this error message:
ERROR: date/time field value out of range: "20016009:50:37.927936"
Since I get this data from a database dump obtained with "pg_dump" on the same hardware I suppose that can to be two possibility:
- postgresql bug somewhere
- hardware problem that caused data corruption
Since the dump file is 11G is not so easy to handle ....
I think that this is not related with create index problem since this field is not used by this index and increase maintenance memory had worked.
I'll fix it and go ahead in maintenance_work_mem test for index creating.
Best Regards