Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5dcb5 commit b10a97bCopy full SHA for b10a97b
src/test/regress/regress.c
@@ -1,5 +1,17 @@
1
-/*
+/*------------------------------------------------------------------------
2
+ *
3
+ * regress.c
4
+ * Code for various C-language functions defined as part of the
5
+ * regression tests.
6
7
+ * This code is released under the terms of the PostgreSQL License.
8
9
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
10
+ * Portions Copyright (c) 1994, Regents of the University of California
11
12
* src/test/regress/regress.c
13
14
+ *-------------------------------------------------------------------------
15
*/
16
17
#include "postgres.h"
0 commit comments