forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit043e3e0
committed
Use proper GetDatum function in pg_stat_get_slru().
This commit changes pg_stat_get_slru() so that it usesTimestampTzGetDatum() for stats_reset field because that fieldstores the timestamp with time zone value. PreviouslyInt64GetDatum() was used.Author: Fujii MasaoReviewed-by: Tomas VondraDiscussion:https://postgr.es/m/b8784fe6-1401-ab35-aa14-d57b5bb8e312@oss.nttdata.com1 parentf3d23d8 commit043e3e0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1757 | 1757 |
| |
1758 | 1758 |
| |
1759 | 1759 |
| |
1760 |
| - | |
| 1760 | + | |
1761 | 1761 |
| |
1762 | 1762 |
| |
1763 | 1763 |
| |
|
0 commit comments
Comments
(0)