Re: pgsql/src backend/commands/dbcommands.c backen ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src backend/commands/dbcommands.c backen ...
Date: 2001-09-06 13:33:20
Message-ID: 200109061333.f86DXKI10081@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


I don't know who applied this, but src/utils/mb/encname.c is mentioned
as a new file, but it does not appear in the commit file list, and I
don't see it in the CVS.

> CVSROOT: /home/projects/pgsql/cvsroot
> Module name: pgsql
> Changes by: scrappy(at)hub(dot)org 01/09/06 00:57:30
>
> Modified files:
> src/backend/commands: dbcommands.c variable.c
> src/backend/parser: gram.y
> src/backend/utils/adt: ascii.c
> src/backend/utils/init: postinit.c
> src/backend/utils/mb: Makefile conv.c mbutils.c wchar.c
> src/backend/utils/mb/Unicode: Makefile UCS_to_cyrillic.pl
> src/bin/initdb : initdb.sh
> src/bin/pg_encoding: pg_encoding.c
> src/bin/scripts: createdb
> src/include/catalog: pg_proc.h
> src/include/mb : pg_wchar.h
> src/include/utils: builtins.h
> src/interfaces/libpq: Makefile fe-connect.c fe-misc.c
> src/interfaces/odbc: multibyte.c

> * new file:
>
> src/utils/mb/encname.c
>
> * removed file:
>
> src/utils/mb/common.c
>
> --
> Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
> http://home.zf.jcu.cz/~zakkr/
>
> C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2001-09-06 13:41:16 Re: pgsql/contrib Makefile array/Makefile btree_gi ...
Previous Message Marc G. Fournier 2001-09-06 12:53:16 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...