pgsql: Move private struct declaration to compress_io.c - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Move private struct declaration to compress_io.c
Date
Msg-id E1POGHB-0002hN-Lf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move private struct declaration to compress_io.c

Keep only the typedef in the header file.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d7e5d151daa2d5fe096953ae0b3530707b7c87f5

Modified Files
--------------
src/bin/pg_dump/compress_io.c |   14 ++++++++++++++
src/bin/pg_dump/compress_io.h |   13 ++-----------
2 files changed, 16 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Silence compiler
Next
From: Tom Lane
Date:
Subject: pgsql: Create core infrastructure for KNNGIST.