Re: Comment typo in tableam.h

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Ashwin Agrawal <aagrawal@pivotal.io>
Cc: David Rowley <david.rowley@2ndquadrant.com>, Antonin Houska <ah@cybertec.at>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-06-04T00:26:39Z
Lists: pgsql-hackers
Hi,

Thanks for these!

On 2019-06-03 17:24:15 -0700, Ashwin Agrawal wrote:
>  	/*
>  	 * Estimate the size of shared memory needed for a parallel scan of this
> -	 * relation. The snapshot does not need to be accounted for.
> +	 * relation.
>  	 */
>  	Size		(*parallelscan_estimate) (Relation rel);

That's not a typo?

Greetings,

Andres Freund



Commits

  1. tableam: comment improvements.

  2. Fix few typos and minor word smithing in tableam comments.

  3. Fix few typos and minor wordsmithing in tableam comments.

  4. Add missing assertions for required table am callbacks.

  5. Fix incorrect parameter name in comment