Skip to content

Commit 9f2e211

Browse files
committed
Remove cvs keywords from all files.
1 parent cecde97 commit 9f2e211

File tree

2,182 files changed

+2182
-2182
lines changed

Some content is hidden

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

2,182 files changed

+2182
-2182
lines changed

GNUmakefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.58 2010/03/30 00:10:46 petere Exp $
4+
# GNUmakefile.in
55
#
66

77
subdir =

aclocal.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dnl $PostgreSQL: pgsql/aclocal.m4,v 1.18 2004/04/23 18:15:47 momjian Exp $
1+
dnl aclocal.m4
22
m4_include([config/ac_func_accept_argtypes.m4])
33
m4_include([config/acx_pthread.m4])
44
m4_include([config/c-compiler.m4])

config/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/Makefile,v 1.3 2009/08/26 22:24:42 petere Exp $
1+
# config/Makefile
22

33
subdir = config
44
top_builddir = ..

config/ac_func_accept_argtypes.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/ac_func_accept_argtypes.m4,v 1.6 2003/11/29 19:51:17 pgsql Exp $
1+
# config/ac_func_accept_argtypes.m4
22
# This comes from the official Autoconf macro archive at
33
# <http://research.cys.de/autoconf-archive/>
44
# (I removed the $ before the Id CVS keyword below.)

config/c-compiler.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Macros to detect C compiler features
2-
# $PostgreSQL: pgsql/config/c-compiler.m4,v 1.23 2010/08/19 05:57:33 petere Exp $
2+
# config/c-compiler.m4
33

44

55
# PGAC_C_SIGNED

config/c-library.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Macros that test various C library quirks
2-
# $PostgreSQL: pgsql/config/c-library.m4,v 1.34 2009/07/02 18:55:40 petere Exp $
2+
# config/c-library.m4
33

44

55
# PGAC_VAR_INT_TIMEZONE

config/docbook.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/docbook.m4,v 1.11 2009/08/04 22:04:37 petere Exp $
1+
# config/docbook.m4
22

33
# PGAC_PROG_JADE
44
# --------------

config/general.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/general.m4,v 1.11 2009/07/02 18:55:40 petere Exp $
1+
# config/general.m4
22

33
# This file defines new macros to process configure command line
44
# arguments, to replace the brain-dead AC_ARG_WITH and AC_ARG_ENABLE.

config/install-sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# install - install a program, script, or datafile
33

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

66
scriptversion=2009-08-26.20
77

config/missing

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

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

55
# This is *not* the GNU `missing' script, although it is similar in
66
# concept. You can call it from the makefiles to get consistent

config/perl.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/perl.m4,v 1.9 2010/02/23 18:35:06 tgl Exp $
1+
# config/perl.m4
22

33

44
# PGAC_PATH_PERL

config/programs.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/programs.m4,v 1.28 2010/02/22 21:16:50 momjian Exp $
1+
# config/programs.m4
22

33

44
# PGAC_PATH_BISON

config/python.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Autoconf macros for configuring the build of Python extension modules
33
#
4-
# $PostgreSQL: pgsql/config/python.m4,v 1.18 2010/03/17 22:02:44 petere Exp $
4+
# config/python.m4
55
#
66

77
# PGAC_PATH_PYTHON

config/tcl.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/config/tcl.m4,v 1.8 2009/02/03 01:24:57 adunstan Exp $
1+
# config/tcl.m4
22

33
# Autoconf macros to check for Tcl related things
44

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.634 2010/09/11 15:48:04 heikki Exp $
2+
dnl configure.in
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl

contrib/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.93 2010/06/14 16:17:56 sriggs Exp $
1+
# contrib/Makefile
22

33
subdir = contrib
44
top_builddir = ..

contrib/adminpack/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.6 2007/11/10 23:59:50 momjian Exp $
1+
# contrib/adminpack/Makefile
22

33
MODULE_big = adminpack
44
PG_CPPFLAGS = -I$(libpq_srcdir)

contrib/adminpack/adminpack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author: Andreas Pflug <[email protected]>
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/contrib/adminpack/adminpack.c,v 1.13 2010/01/02 16:57:32 momjian Exp $
11+
* contrib/adminpack/adminpack.c
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

contrib/adminpack/adminpack.sql.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/adminpack/adminpack.sql.in,v 1.6 2007/11/13 04:24:27 momjian Exp $ */
1+
/* contrib/adminpack/adminpack.sql.in */
22

33
/* ***********************************************
44
* Administrative functions for PostgreSQL

contrib/adminpack/uninstall_adminpack.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/adminpack/uninstall_adminpack.sql,v 1.4 2007/11/13 04:24:27 momjian Exp $ */
1+
/* contrib/adminpack/uninstall_adminpack.sql */
22

33
DROP FUNCTION pg_catalog.pg_file_write(text, text, bool) ;
44
DROP FUNCTION pg_catalog.pg_file_rename(text, text, text) ;

contrib/auto_explain/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/auto_explain/Makefile,v 1.1 2008/11/19 02:59:28 tgl Exp $
1+
# contrib/auto_explain/Makefile
22

33
MODULE_big = auto_explain
44
OBJS = auto_explain.o

contrib/auto_explain/auto_explain.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (c) 2008-2010, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/contrib/auto_explain/auto_explain.c,v 1.14 2010/02/26 02:00:31 momjian Exp $
9+
* contrib/auto_explain/auto_explain.c
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

contrib/btree_gin/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/btree_gin/Makefile,v 1.1 2009/03/25 23:20:01 tgl Exp $
1+
# contrib/btree_gin/Makefile
22

33
MODULE_big = btree_gin
44
OBJS = btree_gin.o

contrib/btree_gin/btree_gin.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gin/btree_gin.c,v 1.4 2010/01/07 04:53:34 tgl Exp $
2+
* contrib/btree_gin/btree_gin.c
33
*/
44
#include "postgres.h"
55

contrib/btree_gin/btree_gin.sql.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/btree_gin/btree_gin.sql.in,v 1.1 2009/03/25 23:20:01 tgl Exp $ */
1+
/* contrib/btree_gin/btree_gin.sql.in */
22

33
-- Adjust this setting to control where the objects get created.
44
SET search_path = public;

contrib/btree_gin/uninstall_btree_gin.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/btree_gin/uninstall_btree_gin.sql,v 1.1 2009/03/25 23:20:01 tgl Exp $ */
1+
/* contrib/btree_gin/uninstall_btree_gin.sql */
22

33
-- Adjust this setting to control where the objects get dropped.
44
SET search_path = public;

contrib/btree_gist/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.13 2010/08/03 19:53:19 rhaas Exp $
1+
# contrib/btree_gist/Makefile
22

33
MODULE_big = btree_gist
44

contrib/btree_gist/btree_bit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_bit.c,v 1.11 2009/08/04 18:49:50 tgl Exp $
2+
* contrib/btree_gist/btree_bit.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_var.h"

contrib/btree_gist/btree_bytea.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_bytea.c,v 1.10 2009/08/04 18:49:50 tgl Exp $
2+
* contrib/btree_gist/btree_bytea.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_var.h"

contrib/btree_gist/btree_cash.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_cash.c,v 1.11 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_cash.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_date.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_date.c,v 1.9 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_date.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_float4.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_float4.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_float4.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_float8.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_float8.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_float8.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_gist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.c,v 1.13 2009/06/11 14:48:50 momjian Exp $
2+
* contrib/btree_gist/btree_gist.c
33
*/
44
#include "btree_gist.h"
55

contrib/btree_gist/btree_gist.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.h,v 1.10 2010/08/02 16:26:48 rhaas Exp $
2+
* contrib/btree_gist/btree_gist.h
33
*/
44
#ifndef __BTREE_GIST_H__
55
#define __BTREE_GIST_H__

contrib/btree_gist/btree_gist.sql.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.sql.in,v 1.22 2010/08/02 16:26:48 rhaas Exp $ */
1+
/* contrib/btree_gist/btree_gist.sql.in */
22

33
-- Adjust this setting to control where the objects get created.
44
SET search_path = public;

contrib/btree_gist/btree_inet.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_inet.c,v 1.12 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_inet.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_int2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_int2.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_int2.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_int4.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_int4.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_int4.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_int8.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_int8.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_int8.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_interval.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_interval.c,v 1.14 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_interval.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_macaddr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_macaddr.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_macaddr.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_numeric.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_numeric.c,v 1.14 2010/07/30 04:30:23 rhaas Exp $
2+
* contrib/btree_gist/btree_numeric.c
33
*/
44
#include "btree_gist.h"
55

contrib/btree_gist/btree_oid.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_oid.c,v 1.10 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_oid.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_text.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_text.c,v 1.12 2009/06/11 14:48:50 momjian Exp $
2+
* contrib/btree_gist/btree_text.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_var.h"

contrib/btree_gist/btree_time.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_time.c,v 1.18 2010/02/26 02:00:31 momjian Exp $
2+
* contrib/btree_gist/btree_time.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_ts.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_ts.c,v 1.19 2010/02/26 02:00:32 momjian Exp $
2+
* contrib/btree_gist/btree_ts.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_utils_num.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_num.c,v 1.13 2010/08/02 16:26:48 rhaas Exp $
2+
* contrib/btree_gist/btree_utils_num.c
33
*/
44
#include "btree_gist.h"
55
#include "btree_utils_num.h"

contrib/btree_gist/btree_utils_num.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_num.h,v 1.14 2009/06/11 14:48:50 momjian Exp $
2+
* contrib/btree_gist/btree_utils_num.h
33
*/
44
#ifndef __BTREE_UTILS_NUM_H__
55
#define __BTREE_UTILS_NUM_H__

contrib/btree_gist/btree_utils_var.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_var.c,v 1.24 2010/08/02 16:26:48 rhaas Exp $
2+
* contrib/btree_gist/btree_utils_var.c
33
*/
44
#include "btree_gist.h"
55

contrib/btree_gist/btree_utils_var.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_var.h,v 1.9 2009/06/11 14:48:50 momjian Exp $
2+
* contrib/btree_gist/btree_utils_var.h
33
*/
44
#ifndef __BTREE_UTILS_VAR_H__
55
#define __BTREE_UTILS_VAR_H__

contrib/btree_gist/uninstall_btree_gist.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/btree_gist/uninstall_btree_gist.sql,v 1.5 2008/04/14 17:05:32 tgl Exp $ */
1+
/* contrib/btree_gist/uninstall_btree_gist.sql */
22

33
-- Adjust this setting to control where the objects get dropped.
44
SET search_path = public;

contrib/chkpass/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.10 2007/11/10 23:59:50 momjian Exp $
1+
# contrib/chkpass/Makefile
22

33
MODULE_big = chkpass
44
OBJS = chkpass.o

contrib/chkpass/chkpass.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
* http://www.druid.net/darcy/
66
*
7-
* $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.21 2009/06/11 14:48:50 momjian Exp $
7+
* contrib/chkpass/chkpass.c
88
* best viewed with tabs set to 4
99
*/
1010

contrib/chkpass/chkpass.sql.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.10 2010/07/28 20:34:34 petere Exp $ */
1+
/* contrib/chkpass/chkpass.sql.in */
22

33
-- Adjust this setting to control where the objects get created.
44
SET search_path = public;

contrib/chkpass/uninstall_chkpass.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/chkpass/uninstall_chkpass.sql,v 1.5 2007/11/13 04:24:27 momjian Exp $ */
1+
/* contrib/chkpass/uninstall_chkpass.sql */
22

33
-- Adjust this setting to control where the objects get dropped.
44
SET search_path = public;

contrib/citext/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/citext/Makefile,v 1.1 2008/07/29 18:31:20 tgl Exp $
1+
# contrib/citext/Makefile
22

33
MODULES = citext
44
DATA_built = citext.sql

contrib/citext/citext.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/citext/citext.c,v 1.2 2009/06/11 14:48:50 momjian Exp $
2+
* contrib/citext/citext.c
33
*/
44
#include "postgres.h"
55

0 commit comments

Comments
 (0)