]> granicus.if.org Git - postgresql/commit
Adjust mbutils.c so it won't get broken by future pgindent runs.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Jul 2010 15:13:21 +0000 (15:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Jul 2010 15:13:21 +0000 (15:13 +0000)
commit5b1b3ef742723009e5f9b7a009aa8eda3578305a
treedae9fde092f8586d44176af4b4e2c80cb0a3acf2
parente3243488b06aa17a4ce14a5c4e3234284a3789b8
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.
src/backend/utils/mb/mbutils.c