Changes between Initial Version and Version 1 of Ticket #3503, comment 7
- Timestamp:
- 03/23/16 16:39:52 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3503, comment 7
initial v1 3 3 http://www.postgresql.org/message-id/flat/30200.1458772448@sss.pgh.pa.us#30200.1458772448@sss.pgh.pa.us 4 4 5 Long story short - consensus is old behavior was a bug, but a bug they understand people considered a feature. So there is debate whether to support the old buggy behavior, throw an error, or just give the optimal response even though it would result in people's old code giving rightbuggy answers.5 Long story short - consensus is old behavior was a bug, but a bug they understand people considered a feature. So there is debate whether to support the old buggy behavior, throw an error, or just give the optimal response even though it would result in people's old code giving unexpected buggy answers. 6 6 7 7 I'll wait till whatever they have decided on is committed and either rewrite the test using the recommended syntax or just turn 9.6 testing back on if they emulate old behavior.