aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-06-29 14:34:31 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-06-29 14:34:41 -0400
commitf8b51464c265696c1eab1c896bddc797beb9a13c (patch)
treee67ca8b13b08f500f499544beb821ac75353b982 /src/tutorial/basics.source
parentcaa0f07d2d4b69cd53b5bf7c847d9d65eadbbfee (diff)
downloadpostgresql-f8b51464c265696c1eab1c896bddc797beb9a13c.tar.gz
postgresql-f8b51464c265696c1eab1c896bddc797beb9a13c.zip
Fix bogus logic for reporting which hash partition conflicts.
Commit efbfb6424 added logic for reporting exactly which existing partition conflicts when complaining that a new hash partition's modulus isn't compatible with the existing ones. However, it misunderstood the partitioning data structure, and would select the wrong partition in some cases, or crash outright due to fetching a bogus table OID in other cases. Per bug #17076 from Alexander Lakhin. Fix by Amit Langote; some further work on the code comments by me. Discussion: https://postgr.es/m/17076-89a16ae835d329b9@postgresql.org
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions