elog_for_datestyle.patch
application/octet-stream
Filename: elog_for_datestyle.patch
Type: application/octet-stream
Part: 0
Message:
Re: narwhal and PGDLLIMPORT
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| contrib/postgres_fdw/postgres_fdw.c | 1 | 0 |
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.