pgsql: Fix accidental (I suppose) introduction of non-ASCII quote marks.

Started by Tom Laneover 17 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Fix accidental (I suppose) introduction of non-ASCII quote marks.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-secure.c (r1.117 -> r1.118)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.117&r2=1.118)

#2Magnus Hagander
magnus@hagander.net
In reply to: Tom Lane (#1)
Re: pgsql: Fix accidental (I suppose) introduction of non-ASCII quote marks.

Tom Lane wrote:

Log Message:
-----------
Fix accidental (I suppose) introduction of non-ASCII quote marks.

Meh.

Yes, certainly accidental. Not sure where those originated...

Thanks for fixing.

//Magnus

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#2)
Re: pgsql: Fix accidental (I suppose) introduction of non-ASCII quote marks.

Magnus Hagander <magnus@hagander.net> writes:

Tom Lane wrote:

Fix accidental (I suppose) introduction of non-ASCII quote marks.

Meh.
Yes, certainly accidental. Not sure where those originated...

I think those were Peter's fault actually ...

regards, tom lane