Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.

Andres Freund <andres@anarazel.de>

Commit: e0f26fc76532defd06caf79d711fa99cea83c532
Author: Andres Freund <andres@anarazel.de>
Date: 2015-04-29T22:19:36Z
Releases: 9.5.0
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.

We can't rely on UINT16_MAX being present, which is why we introduced
PG_UINT16_MAX...

Buildfarm animal bowerbird via Andrew Gierth.

Files