Comment 13 for bug 1893997

Revision history for this message
Mike Rylander (mrylander) wrote :

Thanks, Jason.

I'll obviously fix the typo in the generated SQL. Thanks for testing, I hope you were able to remove the obvious issue and try it.

As for the table being unlogged, as soon as it is switched to logged, it is replicated. So, I don't see the problem there. It loads much faster that way because it doesn't generate the WAL of the upserts, just a representation of the table when we switch it back to logged.

Thanks again.