index 29fc134858b9f61042ed14d99b431f74696f4254..a4f31cfc7fc701a5be2084788edf397ac1b419f8 100644 (file)
/* Fill values and NULLs */
values[0] = Int64GetDatum(archiver_stats->archived_count);
- if (archiver_stats->last_archived_wal == 0)
+ if (*(archiver_stats->last_archived_wal) == '0円')
nulls[1] = true;
else
values[1] = CStringGetTextDatum(archiver_stats->last_archived_wal);
values[2] = TimestampTzGetDatum(archiver_stats->last_archived_timestamp);
values[3] = Int64GetDatum(archiver_stats->failed_count);
- if (archiver_stats->last_failed_wal == 0)
+ if (*(archiver_stats->last_failed_wal) == '0円')
nulls[4] = true;
else
values[4] = CStringGetTextDatum(archiver_stats->last_failed_wal);