Add collation versions for Windows.
authorThomas Munro <tmunro@postgresql.org>
Wed, 25 Mar 2020 02:56:00 +0000 (15:56 +1300)
committerThomas Munro <tmunro@postgresql.org>
Wed, 25 Mar 2020 03:04:32 +0000 (16:04 +1300)
commit352f6f2df60f8725cf6e81141985977d76c169d3
tree3ad81a091028dcea9b41b680fd7b4dc495cbd642
parent382a821907e76bf6068492a164fdfc57578391f4
Add collation versions for Windows.

On Vista and later, use GetNLSVersionEx() to request collation version
information.

Reviewed-by: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
Discussion: https://postgr.es/m/CA%2BhUKGJvqup3s%2BJowVTcacZADO6dOhfdBmvOPHLS3KXUJu41Jw%40mail.gmail.com
src/backend/utils/adt/pg_locale.c