Replace remaining strtok() with strtok_r() for thread-safety in the server in the future
Reviewed-by: Kyotaro Horiguchi <[email protected]> Reviewed-by: David Steele <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/65504b747f3c217dfa91297db6ea219924a3fa8a Modified Files -------------- src/backend/utils/misc/tzparser.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
