Re: Comment typo in tableam.h
Ashwin Agrawal <aagrawal@pivotal.io>
From: Ashwin Agrawal <aagrawal@pivotal.io>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Antonin Houska <ah@cybertec.at>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-06-24T17:55:43Z
Lists: pgsql-hackers
On Mon, Jun 3, 2019 at 5:24 PM Ashwin Agrawal <aagrawal@pivotal.io> wrote: > There were few more minor typos I had collected for table am, passing them > along here. > > Some of the required callback functions are missing Assert checking (minor > thing), adding them in separate patch. > Curious to know if need to register such small typo fixing and assertion adding patchs to commit-fest as well ?
Commits
-
tableam: comment improvements.
- fa7bb9345370 12.0 landed
- 21039555cdec 13.0 landed
-
Fix few typos and minor word smithing in tableam comments.
- e33a1435be55 12.0 landed
-
Fix few typos and minor wordsmithing in tableam comments.
- bd56cd75d2ce 13.0 landed
-
Add missing assertions for required table am callbacks.
- e5eba10d79bd 12.0 landed
- 78d41f6c9b0e 13.0 landed
-
Fix incorrect parameter name in comment
- 72b6223f766d 12.0 landed