File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 164
164
*
165
165
* Jan Wieck
166
166
*
167
- * $PostgreSQL: pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.23 2006/10/05 23:33:33 tgl Exp $
167
+ * Copyright (c) 1999-2007, PostgreSQL Global Development Group
168
+ *
169
+ * $PostgreSQL: pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.24 2007/01/20 01:08:42 neilc Exp $
168
170
* ----------
169
171
*/
170
172
#include "postgres.h"
Original file line number Diff line number Diff line change 1
- /**********************************************************************
2
- * ruleutils.c - Functions to convert stored expressions/querytrees
3
- * back to source text
1
+ /*-------------------------------------------------------------------------
4
2
*
5
- * $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.243 2007/01/14 21:39:24 petere Exp $
6
- **********************************************************************/
7
-
3
+ * ruleutils.c
4
+ * Functions to convert stored expressions/querytrees back to
5
+ * source text
6
+ *
7
+ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
8
+ * Portions Copyright (c) 1994, Regents of the University of California
9
+ *
10
+ *
11
+ * IDENTIFICATION
12
+ * $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.244 2007/01/20 01:08:42 neilc Exp $
13
+ *
14
+ *-------------------------------------------------------------------------
15
+ */
8
16
#include "postgres.h"
9
17
10
18
#include <unistd.h>
Original file line number Diff line number Diff line change 3
3
* version.c
4
4
* Returns the PostgreSQL version string
5
5
*
6
+ * Copyright (c) 1998-2007, PostgreSQL Global Development Group
7
+ *
6
8
* IDENTIFICATION
7
9
*
8
- * $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.13 2003/11/29 19:52:00 pgsql Exp $
10
+ * $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.14 2007/01/20 01:08:42 neilc Exp $
9
11
*
10
12
*-------------------------------------------------------------------------
11
13
*/
You can’t perform that action at this time.
0 commit comments