mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
Slowly getting faster to make sure it compiles...still needs cleaning
up, but one thing at a time :)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.3 1996/11/06 06:47:53 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.4 1996/11/06 08:27:09 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -15,10 +15,10 @@
|
||||
/*
|
||||
* utils/memutils.h contains declarations of the functions in this file
|
||||
*/
|
||||
#include "postgres.h"
|
||||
#include <postgres.h>
|
||||
|
||||
#include "utils/bit.h"
|
||||
#include "utils/memutils.h"
|
||||
#include <utils/bit.h>
|
||||
#include <utils/memutils.h>
|
||||
|
||||
void
|
||||
BitArraySetBit(BitArray bitArray, BitIndex bitIndex)
|
||||
|
Reference in New Issue
Block a user