Hi Hackers,
When working on Oracle compatibility-related tasks, I discovered that
PostgreSQL does not support the addition and subtraction operations
between interval and integer (such usage is usually seen when performing
time calculations in Oracle). In order to enhance the compatibility
between Oracle and PostgreSQL, I implemented it.
Regards,
Yang Yuanzhuo