Use the correct type for TableInfo->relreplident.
Mistakenly relreplident was stored as a bool. That works today as c.h
typedefs bool to a char, but isn't very future proof.
Discussion:
20150812084351.GD8470@awork2.anarazel.de
Backpatch: 9.4 where replica identity was introduced.