diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index ae3ab00..1795907 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -2045,6 +2045,7 @@ set_transmission_modes(void) { int nestlevel = NewGUCNestLevel(); + elog(LOG, "Value of DateStyle is: %d", DateStyle); /* * The values set here should match what pg_dump does. See also * configure_remote_session in connection.c.