Skip to content

Commit f3d99d1

Browse files
committed
Add CVS tag lines to files that were lacking them.
1 parent 7992d0f commit f3d99d1

File tree

195 files changed

+375
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+375
-13
lines changed

config/install-sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22
# install - install a program, script, or datafile
33

4+
# $PostgreSQL: pgsql/config/install-sh,v 1.4 2006/03/11 04:38:28 momjian Exp $
5+
46
scriptversion=2005-02-02.21
57

68
# This originates from X11R5 (mit/util/scripts/install.sh), which was

config/missing

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! /bin/sh
22

3+
# $PostgreSQL: pgsql/config/missing,v 1.4 2006/03/11 04:38:28 momjian Exp $
4+
35
# This is *not* the GNU `missing' script, although it is similar in
46
# concept. You can call it from the makefiles to get consistent
57
# behavior when certain utility programs are missing.

config/mkinstalldirs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#! /bin/sh
22
# mkinstalldirs --- make directory hierarchy
33

4+
# $PostgreSQL: pgsql/config/mkinstalldirs,v 1.5 2006/03/11 04:38:28 momjian Exp $
5+
46
scriptversion=2005-02-02.21
57

68
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>

contrib/cube/cube.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/******************************************************************************
2+
$PostgreSQL: pgsql/contrib/cube/cube.c,v 1.24 2006/03/11 04:38:28 momjian Exp $
3+
24
This file contains routines that can be bound to a Postgres backend and
35
called by the backend in the process of processing queries. The calling
46
format for these routines is dictated by Postgres architecture.

contrib/cube/cubedata.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/cube/cubedata.h,v 1.7 2006/03/11 04:38:28 momjian Exp $ */
2+
13
#define CUBE_MAX_DIM (100)
24
typedef struct NDBOX
35
{

contrib/cube/cubeparse.y

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/* NdBox = [(lowerleft),(upperright)] */
33
/* [(xLL(1)...xLL(N)),(xUR(1)...xUR(n))] */
44

5+
/* $PostgreSQL: pgsql/contrib/cube/cubeparse.y,v 1.16 2006/03/11 04:38:28 momjian Exp $ */
6+
57
#define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */
68
#define YYSTYPE char *
79
#define YYDEBUG 1

contrib/cube/cubescan.l

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
%{
22
/*
33
** A scanner for EMP-style numeric ranges
4+
* $PostgreSQL: pgsql/contrib/cube/cubescan.l,v 1.11 2006/03/11 04:38:28 momjian Exp $
45
*/
56

67
#include "postgres.h"

contrib/dbase/dbf.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/dbase/dbf.c,v 1.10 2006/03/11 04:38:28 momjian Exp $ */
2+
13
/* Routines to read and write xBase-files (.dbf)
24
35
By Maarten Boekhold, 29th of oktober 1995

contrib/dbase/dbf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $PostgreSQL: pgsql/contrib/dbase/dbf.h,v 1.9 2006/03/11 04:38:28 momjian Exp $ */
2+
13
/* header-file for dbf.c
24
declares routines for reading and writing xBase-files (.dbf), and
35
associated structures

contrib/dbase/dbf2pg.1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.\" $PostgreSQL: pgsql/contrib/dbase/dbf2pg.1,v 1.3 2006/03/11 04:38:28 momjian Exp $
2+
13
.TH dbf2sql 1L \" -*- nroff -*-
24
.SH NAME
35
dbf2sql \- Insert xBase\-style .dbf\-files into a PostgreSQL\-table

0 commit comments

Comments
 (0)