mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Change #include's to use <> and "" as appropriate.
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: command.h,v 1.14 1999/05/25 22:42:41 momjian Exp $
|
||||
* $Id: command.h,v 1.15 1999/07/15 23:03:44 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef COMMAND_H
|
||||
#define COMMAND_H
|
||||
|
||||
#include <utils/portal.h>
|
||||
#include "utils/portal.h"
|
||||
|
||||
extern MemoryContext PortalExecutorHeapMemory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user