1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-14 02:22:38 +03:00

Add missing copyright blurb, make ruleutils.c use the standard layout

for its header comment.
This commit is contained in:
Neil Conway
2007-01-20 01:08:42 +00:00
parent 4fdfdd44bd
commit d97a89f21b
3 changed files with 20 additions and 8 deletions

View File

@@ -1,10 +1,18 @@
/**********************************************************************
* ruleutils.c - Functions to convert stored expressions/querytrees
* back to source text
/*-------------------------------------------------------------------------
*
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.243 2007/01/14 21:39:24 petere Exp $
**********************************************************************/
* ruleutils.c
* Functions to convert stored expressions/querytrees back to
* source text
*
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.244 2007/01/20 01:08:42 neilc Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <unistd.h>