aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/funcs_new.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2015-08-21 14:36:54 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2015-08-21 14:36:54 -0300
commitd6968e625770d021c8db15094ea732b40be2c5aa (patch)
treee326dc854818a74f2bb2e5633d2eee610381f880 /src/tutorial/funcs_new.c
parent19446280fce0b9aebef40c6b5390cf1170c5c770 (diff)
downloadpostgresql-d6968e625770d021c8db15094ea732b40be2c5aa.tar.gz
postgresql-d6968e625770d021c8db15094ea732b40be2c5aa.zip
Do not allow *timestamp to be passed as NULL
The code had bugs that would cause crashes if NULL was passed as that argument (originally intended to mean not to bother returning its value), and after inspection it turns out that nothing seems interested in the case that *ts is NULL anyway. Therefore, remove the partial checks intended to support that case. Author: Michael Paquier though I didn't include a proposed Assert. Backpatch to 9.5.
Diffstat (limited to 'src/tutorial/funcs_new.c')
0 files changed, 0 insertions, 0 deletions