helpers - Search results in mailing lists

2025-06-16 00:41:37 | Re: Lower priority of the configure option --with-libraries causes wrong lib resolution (Tom Lane)

helpers don't override user-specified directories. regards, tom lane diff --git a/config/llvm.m4 b/config/llvm.m4 index

2025-06-10 10:35:00 | BUG #18952: pg_restore --help and document have strange description: Dump something (PG Bug reporting form)

help has strange description like "Dump .....": [dbhost]$ LANG=C pg_restore --help pg_restore restores

2025-06-07 19:08:44 | BUG #18950: pgsql function that worked in Postgresql 16 does not return in Postgresql 17 (PG Bug reporting form)

help" for help. Restore from backup: /usr/local/pgsql/17/bin/psql -d test -Upostgres -f /bak/db/db_backup.sql Then I run psql

2025-05-28 20:15:46 | Re: BUG #18938: Logical replication failure in 16.9: "invalid memory alloc request size 1372786672" (Masahiko Sawada)

help the investigation. IIUC this issue could happen especially if there are many concurrent transactions

2025-05-20 16:07:47 | BUG #18936: Trigger enable users to modify the tables which he doesn't have privilege (PG Bug reporting form)

help" for help. postgres=# \c test You are now connected to database "test" as user

2025-05-16 09:15:48 | Re: Re: BUG #18927: Poor query plan - HashAggregate is more than twice as fast but (Dilip Kumar)

help the planner make better decisions. This is just my opinion, and others may think

2025-05-14 06:27:14 | BUG #18926: PostgreSQL 17.5 produces malformed binary COPY output (`GPOCYP` instead of `PGCOPY`) across platform (PG Bug reporting form)

environments, dumps, or help isolate the patch if needed. Thanks, Robb Shecter [robb@public.law](mailto:robb@public.law)

2025-05-08 22:55:51 | BUG #18920: LOAD '$libdir/plugins' no longer works in 18beta1 (PG Bug reporting form)

help" for help. postgres=# LOAD '$libdir/plugins/auto_explain.so'; ERROR: could not access file "plugins/auto_explain.so": No such file

2025-05-07 17:59:33 | Re: BUG #18911: Bug in the command INHERITS. (Álvaro Herrera)

helps if you show the exact commands you run (to create the parent/child tables in an empty

2025-05-04 00:50:04 | Re: BUG #18909: Query creates millions of temporary files and stalls (Sergey Koposov)

helps. Sergey The University of Edinburgh is a charitable body, registered in Scotland, with registration

2025-05-01 18:21:27 | Re: Issue attaching a table to a partitioned table with an auto-referenced foreign key (Tender Wang)

help" for help. postgres=# create table test ( id_1 int4 not null, id_2 int4

2025-04-27 20:05:54 | BUG #18906: EXCEPT with identical left/right queries isn't eliminated (PG Bug reporting form)

help" for help. \timing on \c testdb SELECT * FROM pgbench_accounts a CROSS JOIN pgbench

2025-04-27 19:49:24 | BUG #18905: The opposite WHERE clause intersects and is always an empty set. It should (PG Bug reporting form)

help" for help. \timing on \c testdb SELECT * FROM pgbench_accounts a CROSS JOIN pgbench

2025-04-27 19:15:02 | BUG #18904: INTERSECT with an impossible where should eliminate both from the query plan (PG Bug reporting form)

help" for help. \timing on SELECT * FROM pgbench_accounts CROSS JOIN pgbench_tellers WHERE 1=2; aid | bid | abalance

2025-04-25 05:16:37 | Re: BUG #18902: TRAP:: failed Assert("!is_sorted") in File: "createplan.c" (Richard Guo)

checks actually helped uncover the bug we're discussing here — didn't they? Thanks Richard