pgsql: Modify RelationGetBufferForTuple() to use a typedef, rather than - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Modify RelationGetBufferForTuple() to use a typedef, rather than
Date
Msg-id E1RE5ow-0004s0-UW@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Modify pgindent to use a renamed pg_bsd_indent binary. New feat
Next
From: Bruce Momjian
Date:
Subject: pgsql: Clarify wording of foreign key documentation to mention null ent