Add standard file header comment to quotes.c.
This commit is contained in:
parent
3d009e45bd
commit
5ddf38f21d
@ -1,3 +1,18 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* quotes.c
|
||||
* string quoting and escaping functions
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/port/quotes.c
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "c.h"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user