Re: Upper limit arguments of pg_logical_slot_xxx_changes functions accept invalid values

2018-07-26 Thread Brian Faherty
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: not tested Documentation:not tested The error messages are nice, and I think will be a helpful feature. T

Missing pg_control crashes postmaster

2018-07-23 Thread Brian Faherty
in memory at this point. I propose with a patch to just recreate pg_control on updates if it does not exist. -- Brian Faherty From 80b84792d3c54a90e1e221c818a7ef025fe30b61 Mon Sep 17 00:00:00 2001 From: Brian Faherty Date: Mon, 23 Jul 2018 15:08:57 -0400 Subject: [PATCH] Create pg_control on update