index fa60c92e13a3321dcf4bdbe59e46f6ff87ba7d2d..cb4a858687361364fb8d3d6c998079116027b3a8 100644 (file)
values[0] = CStringGetTextDatum(sysid);
/* column 2: timeline */
- values[1] = Int32GetDatum(currTLI);
+ values[1] = Int64GetDatum(currTLI);
/* column 3: wal location */
values[2] = CStringGetTextDatum(xloc);