On Tue, Feb 22, 2022 at 02:32:29PM -0800, Nathan Van Ymeren wrote: > > So UTF8 is only used in development snapshots and not in release builds. > > This code needs to be made either conditional on EAI (UTF8) being > > enabled, or a new user-settable PgSQL table parameter. > > > > > How do I get postfix to speak UTF8 instead of LATIN1? > > > > You can run a snapshot build... > > I'm perplexed because this exact setup ran on Debian (which certainly > doesn't package snapshots). > > It's only on FreeBSD where I run into trouble.
Perhaps on Debian your Postges database had a LATIN1 server encoding. And the FreeBSD 13 build defaulted the database to UTF8? You'd need to examine the Debian source package and your database to confirm. -- Viktor.