mirror of
https://github.com/postgres/postgres.git
synced 2026-05-29 12:06:09 -04:00
e511d878f3
With the original SQL-function implementation, such cases failed because we don't support infinite intervals. Converting the function to C lets us bypass the interval representation, which should be a bit faster as well as more flexible. Vitaly Burovoy, reviewed by Anastasia Lubennikova