postgres/contrib/postgres_fdw
Peter Eisentraut 62d56f6720 Fix comment indentation and whitespace
The previous layout satisfied pgindent but failed the git whitespace
check.  Fix by not putting the comment first in the line, which
pgindent does not handle well.

Discussion: https://www.postgresql.org/message-id/flat/480e3c67-b703-46ff-a418-d3b481d68372%40enterprisedb.com
2023-02-24 14:54:41 +01:00
..
expected Invent "join domains" to replace the below_outer_join hack. 2023-01-30 13:50:25 -05:00
sql Invent "join domains" to replace the below_outer_join hack. 2023-01-30 13:50:25 -05:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c Fix comment indentation and whitespace 2023-02-24 14:54:41 +01:00
deparse.c Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
Makefile postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
option.c Fix handling of escape sequences in postgres_fdw.application_name 2023-02-21 20:01:43 +09:00
postgres_fdw--1.0--1.1.sql postgres_fdw: Add functions to discard cached connections. 2021-01-26 15:35:54 +09:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Do assorted mop-up in the planner. 2023-01-30 13:44:36 -05:00
postgres_fdw.control postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
postgres_fdw.h Check relkind before using TABLESAMPLE in postgres_fdw 2023-01-07 14:39:33 +01:00
shippable.c Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00