On 23.11.21 16:09, Alvaro Herrera wrote:
In init_fork(), there's a typo:+ * For tables, the AM callback creates both the main and the init fork. should read: + * For tables, the AM callback creates both the main and the init forks.
I believe the original wording is correct.
Overall, LGTM.
Committed with the (other) suggested adjustments.