Re: pgsql: Allow db.schema.table patterns, but complain about random garbag
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Noah Misch <noah@leadboat.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Thomas Munro
<thomas.munro@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-04-25T18:57:12Z
Lists: pgsql-hackers
On 2022-04-24 Su 15:37, Andrew Dunstan wrote: > On 2022-04-24 Su 14:19, Noah Misch wrote: > >> Even if MinGW has >> some magic to make that work, I suspect we'll want a non-header home. Perhaps >> src/common/exec.c? It's best to keep this symbol out of libpq and other >> DLLs, though I bet exports.txt would avoid functional problems. > > exec.c looks like it should work fine. > > OK, in the absence of further comment I'm going to do it that way. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
Inhibit mingw CRT's auto-globbing of command line arguments
- 58887d58c6ad 10.21 landed
- b90ce0dd7499 11.16 landed
- 01f2bc5af4ff 12.11 landed
- d9cede2c3bfd 13.7 landed
- 71f394667c82 14.3 landed
- b787c554c264 15.0 landed
-
Remove some recently-added pg_dump test cases.
- 75a006beef6c 14.3 landed
- a66e722cc118 15.0 landed
-
Allow db.schema.table patterns, but complain about random garbage.
- d2d35479796c 15.0 cited
-
In PostgresNode.pm, don't pass SQL to psql on the command line
- 11e9caff82bc 14.0 cited
-
Factor pattern-construction logic out of processSQLNamePattern.
- 2c8726c4b0a4 14.0 cited