diff options
author | Peter Geoghegan <pg@bowt.ie> | 2022-09-19 15:13:42 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2022-09-19 15:13:42 -0700 |
commit | c4f8e89fef3d4cd8b0791637667fd984d6f38fb2 (patch) | |
tree | 4f64968ab17baef3aa658c963d2a215598ee3eb1 /src/backend/regex/regcomp.c | |
parent | bc2187ed63c56bb9cd99f6613f3e2ba56afb22fe (diff) | |
download | postgresql-c4f8e89fef3d4cd8b0791637667fd984d6f38fb2.tar.gz postgresql-c4f8e89fef3d4cd8b0791637667fd984d6f38fb2.zip |
Consistently use named parameters in timezone code.
Make our copy of the IANA timezone library use named parameters in
function declarations. Also make sure that parameter names from each
function's declaration match corresponding definition parameter names.
This makes the timezone code follow Postgres coding standards. The
value of having a consistent standard everywhere seems to outweigh the
cost of keeping the function declarations in sync with future IANA
releases.
Author: Peter Geoghegan <pg@bowt.ie>
Reviewed-By: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@mail.gmail.com
Diffstat (limited to 'src/backend/regex/regcomp.c')
0 files changed, 0 insertions, 0 deletions