Invalid reference to ForkNumber enum

From: Alexander Law <exclusion(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org, bruce(at)momjian(dot)us
Subject: Invalid reference to ForkNumber enum
Date: 2016-07-13 13:41:10
Message-ID: 578644F6.3000804@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hello,

There is an invalid reference to ForkNumber definition (from commit
f71939cd).
It was defined in relfilenode.h at time of the commit
(https://github.com/postgres/postgres/blob/f71939cd/src/include/storage/relfilenode.h),
but now it's defined in relpath.h
(https://github.com/postgres/postgres/blob/master/src/include/common/relpath.h).
Patch attached.

Best regards,
Alexander

Attachment Content-Type Size
pgbuffercache.patch text/x-patch 460 bytes

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2016-07-13 15:18:18 Re: Invalid reference to ForkNumber enum
Previous Message Stephen Frost 2016-07-13 13:18:05 Re: A hyphen missing in runtime.sgml