Adjust mbutils.c so it won't get broken by future pgindent runs.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5b1b3ef742723009e5f9b7a009aa8eda3578305a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-07-07T15:13:21Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/utils/mb/mbutils.c modified +3 −3