projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d009e4
)
Add standard file header comment to quotes.c.
author
Heikki Linnakangas
<
[email protected]
>
Wed, 27 Feb 2013 16:42:40 +0000
(18:42 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Wed, 27 Feb 2013 16:42:40 +0000
(18:42 +0200)
src/port/quotes.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/quotes.c
b/src/port/quotes.c
index 2ce60905a0bb40ca889aa06a03471143dc1a301a..3590528c4a5d7fcd076ea20462a5423879f308a2 100644
(file)
--- a/
src/port/quotes.c
+++ b/
src/port/quotes.c
@@
-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"
/*