Fix array access (src/bin/pg_dump/pg_dump.c)
Ranier Vilela <ranier.vf@gmail.com>
From: Ranier Vilela <ranier.vf@gmail.com>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2024-11-12T17:05:40Z
Lists: pgsql-hackers
Attachments
- fix_array_access_pg_dump.patch (application/octet-stream) patch
Hi. Per Coverity. The function *determineNotNullFlags* has a little oversight. The struct field *notnull_islocal* is an array. I think this is a simple typo. Fix using array notation access. Trivial patch attached. best regards, Ranier Vilela
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix invalid boolean if-test
- eb2c867b0aab 19 (unreleased) landed
- 3a9cf1c925a0 18.4 landed