* Stephen Frost (sfrost@snowman.net) wrote:
> Looking at pg_dump, for my 2c anyway, it'd be nicer if we threw an error
> on parallel dump request when the major version doesn't support
> synchronized snapshots, unless the user explicitly passed
> --no-synchronized-snapshots, indicating that they don't care.
Ah, bah, we do that already. Good on us. I was looking at where the
snapshot is actually taken and didn't notice the earlier check.
Nevermind me.
Thanks,
Stephen