]> granicus.if.org Git - postgresql/blob - src/port/pg_crc.c
Move pg_lzcompress.c to src/common.
[postgresql] / src / port / pg_crc.c
1 /*-------------------------------------------------------------------------
2  *
3  * pg_crc.c
4  *        PostgreSQL CRC support
5  *
6  * This file simply #includes the CRC table definitions so that they are
7  * available to programs linked with libpgport.
8  *
9  * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
10  * Portions Copyright (c) 1994, Regents of the University of California
11  *
12  *
13  * IDENTIFICATION
14  *        src/port/pg_crc.c
15  *
16  *-------------------------------------------------------------------------
17  */
18
19 #include "c.h"
20
21 #include "utils/pg_crc_tables.h"