Remove unportable use of strptime() to parse recovery target time spec.
Tom Lane <tgl@sss.pgh.pa.us>
Remove unportable use of strptime() to parse recovery target time spec. Instead use our own abstimein code, which is more flexible anyway.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/recovery.conf.sample | modified | +13 −17 |
| src/backend/access/transam/xlog.c | modified | +9 −17 |