Header And Logo

PostgreSQL
| The world's most advanced open source database.

pg_crc.c

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------------
00002  *
00003  * pg_crc.c
00004  *    PostgreSQL CRC support
00005  *
00006  * This file simply #includes the CRC table definitions so that they are
00007  * available to programs linked with libpgport.
00008  *
00009  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
00010  * Portions Copyright (c) 1994, Regents of the University of California
00011  *
00012  *
00013  * IDENTIFICATION
00014  *    src/port/pg_crc.c
00015  *
00016  *-------------------------------------------------------------------------
00017  */
00018 
00019 #include "c.h"
00020 
00021 #include "utils/pg_crc_tables.h"