mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Change #include's to use <> and "" as appropriate.
This commit is contained in:
@ -7,15 +7,15 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Id: hio.c,v 1.23 1999/07/15 22:38:41 momjian Exp $
|
||||
* $Id: hio.c,v 1.24 1999/07/15 23:02:57 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include <postgres.h>
|
||||
#include "postgres.h"
|
||||
|
||||
#include <access/hio.h>
|
||||
#include <access/heapam.h>
|
||||
#include "access/hio.h"
|
||||
#include "access/heapam.h"
|
||||
|
||||
/*
|
||||
* amputunique - place tuple at tid
|
||||
|
Reference in New Issue
Block a user