Problem/Motivation
PostgreSQL supports GREATEST() since 8.1 and CONCAT() since 9.1, we don't need to provide user-space implementations for them anymore.
Proposed resolution
Remove them.
Remaining tasks
Review / commit.
User interface changes
Nope.
API changes
Nope.
Data model changes
Nope.
Beta phase evaluation
Issue category | Task because nothing is broken. |
---|---|
Prioritized changes | The main goal of this issue is removing dead code from the PostgreSQL driver. |
Disruption | None. |