forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2360f01
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 parenta0104e0 commit2360f01
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 |
| - | |
| 239 | + | |
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
|
0 commit comments
Comments
(0)