Re: More Code Page wierdness
"Magnus Hagander" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
> Is this codepage problem related to people getting the "can't
> map shared memory to a fixed address" problem some were
> having when using "*" for listen_addresses? I don't think so
> but wanted to ask.
Um. That issue is *fixed*. Could be there is a different issue with '*'
as listen_address, but everybody who reported the issue that I've spoken
to reports it fixed in current RCs. The fix being that Tom moved the
shmem allocation to an earlier point.
//Magnus
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match