Re: Comment typo in tableam.h - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Comment typo in tableam.h
Date
Msg-id 20190604002639.f5fcysq4lj4xeg3p@alap3.anarazel.de
Whole thread Raw
In response to Re: Comment typo in tableam.h  (Ashwin Agrawal <aagrawal@pivotal.io>)
Responses Re: Comment typo in tableam.h
List 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



pgsql-hackers by date:

Previous
From: Ashwin Agrawal
Date:
Subject: Re: Comment typo in tableam.h
Next
From: Amit Kapila
Date:
Subject: Re: Fix inconsistencies for v12