pgsql: Add header comments to receivelog.h and streamutil.h.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add header comments to receivelog.h and streamutil.h.
Date: 2014-08-27 10:51:20
Message-ID: E1XMaoy-0003lS-2i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add header comments to receivelog.h and streamutil.h.

This commit also adds the include guards to those header files.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9a2d94892f6a793d52ebabb8283b98a6e3ede3d6

Modified Files
--------------
src/bin/pg_basebackup/receivelog.h | 16 ++++++++++++++++
src/bin/pg_basebackup/streamutil.h | 16 ++++++++++++++++
2 files changed, 32 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-08-27 23:16:54 pgsql: Fix FOR UPDATE NOWAIT on updated tuple chains
Previous Message Stephen Frost 2014-08-27 03:38:03 pgsql: Fix Var handling for security barrier views