trailing - Search results in mailing lists

2024-12-09 01:55:12 | Re: BUG #18735: Specific multibyte character in psql file path command parameter for Windows (Tom Lane)

trailing quote on Win32 @@ -260,9 +328,20 @@ typedef enum * o remove duplicate (adjacent) separators

2024-12-04 05:50:18 | Re: BUG #18731: The psql \d command does not exactly match but can be executed (zengman)

trailing garbage in the command name doesn't really matter.  I'm not excited

2024-11-21 17:47:56 | Re: BUG #18711: Attempting a connection with a database name longer than 63 characters now (Bruce Momjian)

trailing high-bit bytes and stop and the first non-high-bit byte. Also, do we really

2024-08-08 11:21:05 | 回复: BUG #18568: BUG: Result wrong when do group by on partition table! (狂奔的蜗牛)

trailing whitespace in V6 patch. The v6 patch still has code format issue, and the v6 looks

2024-07-31 14:35:06 | Re: BUG #18560: Inconsistent Behavior of PostgreSQL 'LIKE' Operator (Tom Lane)

trailing blank --- and then applies ~~, which treats the trailing blank in its left-hand argument

2024-07-23 15:37:53 | BUG #18551: pg_basebackup uses out-of-bounds memory and a segment error occurs during (PG Bug reporting form)

TRAILER: /* * If we're expecting an archive member trailer, accumulate * the expected number of padding

2024-07-17 14:55:58 | RE:BUG #18533: pg_basebackup uses out-of-bounds memory and a segment error occurs (1165125080)

TRAILER? It might be more semantically appropriate to change the data in the bbstreamer_content

2024-07-12 07:58:27 | BUG #18533: pg_basebackup uses out-of-bounds memory and a segment error occurs during (PG Bug reporting form)

TRAILER? / * * If we're expecting an archive member trailer, accumulate * the expected number of padding

2024-06-26 18:30:56 | Re: BUG #18523: String compare not consistent (Peter Eisentraut)

trailing FFFF's, which doesn't affect the result in this case.) Under ICU (or rather

2024-06-14 22:16:21 | Re: BUG #18510: jsonpath does not support trailing backslash at the end of the query (Lex Vorona)

trailing slashes to match. Thanks again for a quick response. -- Lex On Fri, Jun 14, 2024 at 1:32 PM David

2024-03-21 20:16:46 | Re: Regression tests fail with musl libc because libpq.so can't be loaded (Wolfgang Walther)

trailing slashes. Those can safely be stripped away again, because any argv0 which would come

2024-03-16 17:55:49 | Postgres jdbc driver inconsistent behaviour with double precession (Rahul Uniyal)

trailing zeros. While debugging, it seems like this issue is caused by the different data

2024-02-07 15:43:53 | Re: BUG #18314: PARALLEL UNSAFE function does not prevent parallel index build (jian he)

trailing whitespace. BEGIN warning: 1 line adds whitespace errors. +CREATE TABLE btree_para_bld(i int); +INSERT

2024-01-26 00:00:00 | Re: [BUG] false positive in bt_index_check in case of short 4B varlena datum (jian he)

trailing whitespace. * warning: 1 line adds whitespace errors. Is this part unnecessary? +-- directory paths are passed

2023-11-20 22:07:36 | Re: BUG #18203: Logical Replication initial sync failure (Peter Smith)

trailing space of "COPY %s " should be removed/replaced by a leading space for the "(". ====== Kind