mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Change #include's to use <> and "" as appropriate.
This commit is contained in:
@ -5,24 +5,24 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: view.c,v 1.34 1999/07/15 22:39:03 momjian Exp $
|
||||
* $Id: view.c,v 1.35 1999/07/15 23:03:08 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <postgres.h>
|
||||
#include "postgres.h"
|
||||
|
||||
#include <catalog/heap.h>
|
||||
#include <access/xact.h>
|
||||
#include <parser/parse_relation.h>
|
||||
#include <parser/parse_type.h>
|
||||
#include <rewrite/rewriteDefine.h>
|
||||
#include <rewrite/rewriteManip.h>
|
||||
#include <rewrite/rewriteRemove.h>
|
||||
#include <commands/creatinh.h>
|
||||
#include <commands/view.h>
|
||||
#include "catalog/heap.h"
|
||||
#include "access/xact.h"
|
||||
#include "parser/parse_relation.h"
|
||||
#include "parser/parse_type.h"
|
||||
#include "rewrite/rewriteDefine.h"
|
||||
#include "rewrite/rewriteManip.h"
|
||||
#include "rewrite/rewriteRemove.h"
|
||||
#include "commands/creatinh.h"
|
||||
#include "commands/view.h"
|
||||
|
||||
/*---------------------------------------------------------------------
|
||||
* DefineVirtualRelation
|
||||
|
Reference in New Issue
Block a user