Use comma+space as the separator in the default search_path.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 02587dcddc2cb5d9f7a17cb0281d168f5a0d6297
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-08-20T09:06:08Z
Releases: 9.5.0
Use comma+space as the separator in the default search_path.

While the space is optional, it seems nicer to be consistent with what
you get if you do "SET search_path=...". SET always normalizes the
separator to be comma+space.

Christoph Martin

Files