pgsql: Modify RelationGetBufferForTuple() to use a typedef, rather than

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Modify RelationGetBufferForTuple() to use a typedef, rather than
Date: 2011-10-12 20:54:34
Message-ID: E1RE5ow-0004s0-UW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Modify RelationGetBufferForTuple() to use a typedef, rather than a
struct, to help pgindent.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/484af9b376f3dca3805932d5c40c45ecf6fca0d4

Modified Files
--------------
src/backend/access/heap/hio.c | 2 +-
src/include/access/hio.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-10-12 20:58:55 pgsql: Clarify wording of foreign key documentation to mention null ent
Previous Message Bruce Momjian 2011-10-12 19:51:32 pgsql: Modify pgindent to use a renamed pg_bsd_indent binary. New feat