Re: Comment typo in tableam.h

From: Andres Freund <andres(at)anarazel(dot)de>
To: Ashwin Agrawal <aagrawal(at)pivotal(dot)io>
Cc: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, Antonin Houska <ah(at)cybertec(dot)at>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Comment typo in tableam.h
Date: 2019-06-04 00:26:39
Message-ID: 20190604002639.f5fcysq4lj4xeg3p@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-06-04 00:26:57 Re: Fix inconsistencies for v12
Previous Message Ashwin Agrawal 2019-06-04 00:24:15 Re: Comment typo in tableam.h