mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
pgindent run for 9.0
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.23 2010/01/07 04:53:35 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.24 2010/02/26 02:01:29 momjian Exp $
|
||||
*/
|
||||
#ifndef PG_CRC_H
|
||||
#define PG_CRC_H
|
||||
@ -113,7 +113,6 @@ do { \
|
||||
/* Constant table for CRC calculation */
|
||||
extern CRCDLLIMPORT const uint32 pg_crc64_table0[];
|
||||
extern CRCDLLIMPORT const uint32 pg_crc64_table1[];
|
||||
|
||||
#else /* use int64 implementation */
|
||||
|
||||
typedef struct pg_crc64
|
||||
|
Reference in New Issue
Block a user