Re: pgsql: Move pg_crc.c to src/common, and remove pg_crc_tables.h

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Move pg_crc.c to src/common, and remove pg_crc_tables.h
Date: 2015-02-09 11:27:05
Message-ID: CAB7nPqQ8gp0HAU351NbQR1Z2cMZxS7PmCLW2F5Ykc3ds-ctuAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Feb 9, 2015 at 6:18 PM, Heikki Linnakangas
<heikki(dot)linnakangas(at)iki(dot)fi> wrote:
> Move pg_crc.c to src/common, and remove pg_crc_tables.h
> (snip)
> contrib/hstore/hstore_gist.c | 2 +-
> contrib/ltree/crc32.c | 2 +-
> src/backend/utils/adt/tsquery.c | 1 +
> src/common/Makefile | 2 +-
> src/common/pg_crc.c | 166 +++++++++++++++++++++++++++++++++++
> src/include/access/xlogrecord.h | 2 +-
> src/include/catalog/pg_control.h | 2 +-
> src/include/common/pg_crc.h | 121 ++++++++++++++++++++++++++
> src/include/tsearch/ts_type.h | 1 -
> src/include/utils/pg_crc.h | 121 --------------------------
> src/include/utils/pg_crc_tables.h | 171 -------------------------------------
> src/port/Makefile | 2 +-
> src/port/pg_crc.c | 21 -----
> 13 files changed, 294 insertions(+), 320 deletions(-)

This commit is not updating the MSVC scripts. In Mkvcbuild.pm,
pg_crc.c should be moved from pgportfiles to pgcommonallfiles.
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-09 17:31:05 pgsql: Minor cleanup/code review for "indirect toast" stuff.
Previous Message Heikki Linnakangas 2015-02-09 09:18:07 pgsql: Move pg_crc.c to src/common, and remove pg_crc_tables.h