aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/sql/postgres_fdw.sql
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-07-03 11:35:15 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-07-03 11:39:03 +0200
commit6d56c501a75fe0fd0b7104b3efee55e1cea8e80a (patch)
tree3603d782e9564ea6d9eea1121e1a75e3d9d61cac /contrib/postgres_fdw/sql/postgres_fdw.sql
parentdc6070bf5deec475b7efecaabf71eb9b49633973 (diff)
downloadpostgresql-6d56c501a75fe0fd0b7104b3efee55e1cea8e80a.tar.gz
postgresql-6d56c501a75fe0fd0b7104b3efee55e1cea8e80a.zip
A minor simplification for List manipulation
Fix one place that was using lfirst(list_head(list)) by using linitial(list) instead. They are equivalent but the latter is simpler. We did the same in 9d299a49. Author: Richard Guo <guofenglinux@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAMbWs49dJnpezDQDDxCPKq7+=_3NyqLqGqnhqCjd+dYe4MS15w@mail.gmail.com
Diffstat (limited to 'contrib/postgres_fdw/sql/postgres_fdw.sql')
0 files changed, 0 insertions, 0 deletions