Remove 'IN' from pg_freespace docs for consistency

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove 'IN' from pg_freespace docs for consistency
Date: 2022-02-10 11:26:09
Message-ID: CALj2ACWP+mggdLWUiPzCX2cts1Lg+aXGE2pBkY41Qw477cHVJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

It seems like 'IN' isn't used for description of a function input
parameter in the docs unlike 'OUT'. AFAICS this is consistent across
the docs except the function pg_freespace. Attaching a tiny patch to
remove 'IN' there.

Thoughts?

Regards,
Bharath Rupireddy.

Attachment Content-Type Size
v1-0001-Remove-IN-from-pg_freespace-docs-for-consistency.patch application/octet-stream 1.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2022-02-10 11:28:57 Re: Logging in LockBufferForCleanup()
Previous Message Peter Eisentraut 2022-02-10 11:25:36 Re: Unnecessary call to resetPQExpBuffer in getIndexes