- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitfeb473a
committed
Use the correct type for TableInfo->relreplident.
Mistakenly relreplident was stored as a bool. That works today as c.htypedefs bool to a char, but isn't very future proof.Discussion: 20150812084351.GD8470@awork2.anarazel.deBackpatch: 9.4 where replica identity was introduced.1 parentf19ad6f commitfeb473a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
|
0 commit comments
Comments
(0)