Re: Some RELKIND macro refactoring
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-12-03T13:12:35Z
Lists: pgsql-hackers
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.
Commits
-
Some RELKIND macro refactoring
- 37b2764593c0 15.0 landed
-
pg_dump: Add missing relkind case
- a22d6a2cb62c 15.0 landed
-
Fix handling of partitioned index in RelationGetNumberOfBlocksInFork()
- 0d906b2c0b1f 15.0 landed