Skip to content

Commit

Permalink
Remove cvs keywords from all files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed Sep 20, 2010
1 parent cecde97 commit 9f2e211
Show file tree
Hide file tree
Showing 2,182 changed files with 2,182 additions and 2,182 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.58 2010/03/30 00:10:46 petere Exp $
# GNUmakefile.in
#

subdir =
Expand Down
2 changes: 1 addition & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dnl $PostgreSQL: pgsql/aclocal.m4,v 1.18 2004/04/23 18:15:47 momjian Exp $
dnl aclocal.m4
m4_include([config/ac_func_accept_argtypes.m4])
m4_include([config/acx_pthread.m4])
m4_include([config/c-compiler.m4])
Expand Down
2 changes: 1 addition & 1 deletion config/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/config/Makefile,v 1.3 2009/08/26 22:24:42 petere Exp $
# config/Makefile

subdir = config
top_builddir = ..
Expand Down
2 changes: 1 addition & 1 deletion config/ac_func_accept_argtypes.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/config/ac_func_accept_argtypes.m4,v 1.6 2003/11/29 19:51:17 pgsql Exp $
# config/ac_func_accept_argtypes.m4
# This comes from the official Autoconf macro archive at
# <http://research.cys.de/autoconf-archive/>
# (I removed the $ before the Id CVS keyword below.)
Expand Down
2 changes: 1 addition & 1 deletion config/c-compiler.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Macros to detect C compiler features
# $PostgreSQL: pgsql/config/c-compiler.m4,v 1.23 2010/08/19 05:57:33 petere Exp $
# config/c-compiler.m4


# PGAC_C_SIGNED
Expand Down
2 changes: 1 addition & 1 deletion config/c-library.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Macros that test various C library quirks
# $PostgreSQL: pgsql/config/c-library.m4,v 1.34 2009/07/02 18:55:40 petere Exp $
# config/c-library.m4


# PGAC_VAR_INT_TIMEZONE
Expand Down
2 changes: 1 addition & 1 deletion config/docbook.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/config/docbook.m4,v 1.11 2009/08/04 22:04:37 petere Exp $
# config/docbook.m4

# PGAC_PROG_JADE
# --------------
Expand Down
2 changes: 1 addition & 1 deletion config/general.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/config/general.m4,v 1.11 2009/07/02 18:55:40 petere Exp $
# config/general.m4

# This file defines new macros to process configure command line
# arguments, to replace the brain-dead AC_ARG_WITH and AC_ARG_ENABLE.
Expand Down
2 changes: 1 addition & 1 deletion config/install-sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile

# $PostgreSQL: pgsql/config/install-sh,v 1.8 2009/08/26 22:24:42 petere Exp $
# config/install-sh

scriptversion=2009-08-26.20

Expand Down
2 changes: 1 addition & 1 deletion config/missing
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

# $PostgreSQL: pgsql/config/missing,v 1.7 2010/02/22 21:16:50 momjian Exp $
# config/missing

# This is *not* the GNU `missing' script, although it is similar in
# concept. You can call it from the makefiles to get consistent
Expand Down
2 changes: 1 addition & 1 deletion config/perl.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/config/perl.m4,v 1.9 2010/02/23 18:35:06 tgl Exp $
# config/perl.m4


# PGAC_PATH_PERL
Expand Down
2 changes: 1 addition & 1 deletion config/programs.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/config/programs.m4,v 1.28 2010/02/22 21:16:50 momjian Exp $
# config/programs.m4


# PGAC_PATH_BISON
Expand Down
2 changes: 1 addition & 1 deletion config/python.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Autoconf macros for configuring the build of Python extension modules
#
# $PostgreSQL: pgsql/config/python.m4,v 1.18 2010/03/17 22:02:44 petere Exp $
# config/python.m4
#

# PGAC_PATH_PYTHON
Expand Down
2 changes: 1 addition & 1 deletion config/tcl.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/config/tcl.m4,v 1.8 2009/02/03 01:24:57 adunstan Exp $
# config/tcl.m4

# Autoconf macros to check for Tcl related things

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.634 2010/09/11 15:48:04 heikki Exp $
dnl configure.in
dnl
dnl Developers, please strive to achieve this order:
dnl
Expand Down
2 changes: 1 addition & 1 deletion contrib/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/Makefile,v 1.93 2010/06/14 16:17:56 sriggs Exp $
# contrib/Makefile

subdir = contrib
top_builddir = ..
Expand Down
2 changes: 1 addition & 1 deletion contrib/adminpack/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.6 2007/11/10 23:59:50 momjian Exp $
# contrib/adminpack/Makefile

MODULE_big = adminpack
PG_CPPFLAGS = -I$(libpq_srcdir)
Expand Down
2 changes: 1 addition & 1 deletion contrib/adminpack/adminpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author: Andreas Pflug <[email protected]>
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/adminpack/adminpack.c,v 1.13 2010/01/02 16:57:32 momjian Exp $
* contrib/adminpack/adminpack.c
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion contrib/adminpack/adminpack.sql.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/adminpack/adminpack.sql.in,v 1.6 2007/11/13 04:24:27 momjian Exp $ */
/* contrib/adminpack/adminpack.sql.in */

/* ***********************************************
* Administrative functions for PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion contrib/adminpack/uninstall_adminpack.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/adminpack/uninstall_adminpack.sql,v 1.4 2007/11/13 04:24:27 momjian Exp $ */
/* contrib/adminpack/uninstall_adminpack.sql */

DROP FUNCTION pg_catalog.pg_file_write(text, text, bool) ;
DROP FUNCTION pg_catalog.pg_file_rename(text, text, text) ;
Expand Down
2 changes: 1 addition & 1 deletion contrib/auto_explain/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/auto_explain/Makefile,v 1.1 2008/11/19 02:59:28 tgl Exp $
# contrib/auto_explain/Makefile

MODULE_big = auto_explain
OBJS = auto_explain.o
Expand Down
2 changes: 1 addition & 1 deletion contrib/auto_explain/auto_explain.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2008-2010, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/auto_explain/auto_explain.c,v 1.14 2010/02/26 02:00:31 momjian Exp $
* contrib/auto_explain/auto_explain.c
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/btree_gin/Makefile,v 1.1 2009/03/25 23:20:01 tgl Exp $
# contrib/btree_gin/Makefile

MODULE_big = btree_gin
OBJS = btree_gin.o
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gin/btree_gin.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gin/btree_gin.c,v 1.4 2010/01/07 04:53:34 tgl Exp $
* contrib/btree_gin/btree_gin.c
*/
#include "postgres.h"

Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gin/btree_gin.sql.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/btree_gin/btree_gin.sql.in,v 1.1 2009/03/25 23:20:01 tgl Exp $ */
/* contrib/btree_gin/btree_gin.sql.in */

-- Adjust this setting to control where the objects get created.
SET search_path = public;
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gin/uninstall_btree_gin.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/btree_gin/uninstall_btree_gin.sql,v 1.1 2009/03/25 23:20:01 tgl Exp $ */
/* contrib/btree_gin/uninstall_btree_gin.sql */

-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.13 2010/08/03 19:53:19 rhaas Exp $
# contrib/btree_gist/Makefile

MODULE_big = btree_gist

Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_bit.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_bit.c,v 1.11 2009/08/04 18:49:50 tgl Exp $
* contrib/btree_gist/btree_bit.c
*/
#include "btree_gist.h"
#include "btree_utils_var.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_bytea.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_bytea.c,v 1.10 2009/08/04 18:49:50 tgl Exp $
* contrib/btree_gist/btree_bytea.c
*/
#include "btree_gist.h"
#include "btree_utils_var.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_cash.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_cash.c,v 1.11 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_cash.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_date.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_date.c,v 1.9 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_date.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_float4.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_float4.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_float4.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_float8.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_float8.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_float8.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_gist.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.c,v 1.13 2009/06/11 14:48:50 momjian Exp $
* contrib/btree_gist/btree_gist.c
*/
#include "btree_gist.h"

Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_gist.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.h,v 1.10 2010/08/02 16:26:48 rhaas Exp $
* contrib/btree_gist/btree_gist.h
*/
#ifndef __BTREE_GIST_H__
#define __BTREE_GIST_H__
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_gist.sql.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.sql.in,v 1.22 2010/08/02 16:26:48 rhaas Exp $ */
/* contrib/btree_gist/btree_gist.sql.in */

-- Adjust this setting to control where the objects get created.
SET search_path = public;
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_inet.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_inet.c,v 1.12 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_inet.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_int2.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_int2.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_int2.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_int4.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_int4.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_int4.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_int8.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_int8.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_int8.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_interval.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_interval.c,v 1.14 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_interval.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_macaddr.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_macaddr.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_macaddr.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_numeric.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_numeric.c,v 1.14 2010/07/30 04:30:23 rhaas Exp $
* contrib/btree_gist/btree_numeric.c
*/
#include "btree_gist.h"

Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_oid.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_oid.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_oid.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_text.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_text.c,v 1.12 2009/06/11 14:48:50 momjian Exp $
* contrib/btree_gist/btree_text.c
*/
#include "btree_gist.h"
#include "btree_utils_var.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_time.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_time.c,v 1.18 2010/02/26 02:00:31 momjian Exp $
* contrib/btree_gist/btree_time.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_ts.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_ts.c,v 1.19 2010/02/26 02:00:32 momjian Exp $
* contrib/btree_gist/btree_ts.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_utils_num.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_num.c,v 1.13 2010/08/02 16:26:48 rhaas Exp $
* contrib/btree_gist/btree_utils_num.c
*/
#include "btree_gist.h"
#include "btree_utils_num.h"
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_utils_num.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_num.h,v 1.14 2009/06/11 14:48:50 momjian Exp $
* contrib/btree_gist/btree_utils_num.h
*/
#ifndef __BTREE_UTILS_NUM_H__
#define __BTREE_UTILS_NUM_H__
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_utils_var.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_var.c,v 1.24 2010/08/02 16:26:48 rhaas Exp $
* contrib/btree_gist/btree_utils_var.c
*/
#include "btree_gist.h"

Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/btree_utils_var.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_var.h,v 1.9 2009/06/11 14:48:50 momjian Exp $
* contrib/btree_gist/btree_utils_var.h
*/
#ifndef __BTREE_UTILS_VAR_H__
#define __BTREE_UTILS_VAR_H__
Expand Down
2 changes: 1 addition & 1 deletion contrib/btree_gist/uninstall_btree_gist.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/btree_gist/uninstall_btree_gist.sql,v 1.5 2008/04/14 17:05:32 tgl Exp $ */
/* contrib/btree_gist/uninstall_btree_gist.sql */

-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
Expand Down
2 changes: 1 addition & 1 deletion contrib/chkpass/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.10 2007/11/10 23:59:50 momjian Exp $
# contrib/chkpass/Makefile

MODULE_big = chkpass
OBJS = chkpass.o
Expand Down
2 changes: 1 addition & 1 deletion contrib/chkpass/chkpass.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* [email protected]
* http://www.druid.net/darcy/
*
* $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.21 2009/06/11 14:48:50 momjian Exp $
* contrib/chkpass/chkpass.c
* best viewed with tabs set to 4
*/

Expand Down
2 changes: 1 addition & 1 deletion contrib/chkpass/chkpass.sql.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.10 2010/07/28 20:34:34 petere Exp $ */
/* contrib/chkpass/chkpass.sql.in */

-- Adjust this setting to control where the objects get created.
SET search_path = public;
Expand Down
2 changes: 1 addition & 1 deletion contrib/chkpass/uninstall_chkpass.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/chkpass/uninstall_chkpass.sql,v 1.5 2007/11/13 04:24:27 momjian Exp $ */
/* contrib/chkpass/uninstall_chkpass.sql */

-- Adjust this setting to control where the objects get dropped.
SET search_path = public;
Expand Down
2 changes: 1 addition & 1 deletion contrib/citext/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/citext/Makefile,v 1.1 2008/07/29 18:31:20 tgl Exp $
# contrib/citext/Makefile

MODULES = citext
DATA_built = citext.sql
Expand Down
2 changes: 1 addition & 1 deletion contrib/citext/citext.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/citext/citext.c,v 1.2 2009/06/11 14:48:50 momjian Exp $
* contrib/citext/citext.c
*/
#include "postgres.h"

Expand Down
Loading

0 comments on commit 9f2e211

Please sign in to comment.