]> granicus.if.org Git - postgresql/commit
Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.
authorRobert Haas <rhaas@postgresql.org>
Thu, 9 Feb 2012 17:22:21 +0000 (12:22 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 9 Feb 2012 17:24:36 +0000 (12:24 -0500)
commitd429ebe347a5f1404cc3c50234e1c93f8db2bb53
tree4e6fb359ffbe97a3485db3490241f54a3c9c27f3
parent6656588575abd13016989be1a276b1b60be49b69
Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.

It's not entirely evident how the logic here relates to the
interval_transform function, so let's clue people in that they need to
check that if the rules change.
src/backend/utils/adt/timestamp.c