Log Message:
-----------
Adjust mbutils.c so it won't get broken by future pgindent runs.
To do that, replace L'\0' by (WCHAR) 0. Perhaps someday we should teach
pgindent about wide-character literals, but so long as this is the only
use-case in the entire Postgres sources, a workaround seems easier.
Modified Files:
--------------
pgsql/src/backend/utils/mb:
mbutils.c (r1.97 -> r1.98)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.97&r2=1.98)
pgsql-committers by date
| Next: | From: Peter Eisentraut | Date: 2010-07-07 21:05:55 |
| Subject: Re: [COMMITTERS] pgsql: Add note that using PL/Python 2
and 3 in the same session will |
| Previous: | From: Bruce Momjian | Date: 2010-07-07 14:42:10 |
| Subject: pgsql: Document the interaction of write-barrier-enabled file systems, |