Re: BUG #18135: Incorrect memory access occurs when attaching a partition with an index
Alexander Law <exclusion@gmail.com>
From: Alexander Lakhin <exclusion@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2023-09-28T08:00:00Z
Lists: pgsql-bugs
28.09.2023 10:07, Michael Paquier wrote: > In my case, my process is much simpler: I just use installcheck with > an instance I set up locally using a command like the one I mentioned > above. No need to patch the tree with that and self-contained SQL > sequences. Yes, I know that method, but unfortunately it doesn't cover TAP tests, so I prefer to use such patch to perform whole check-world (and run also all postgres binaries, e.g., pg_dump) under valgrind. As to patching regress/sql/, in this case my intention was to minimize the self-contained repro. I use separate scripts for running arbitrary SQL, for sure. Best regards, Alexander
Commits
-
Fix checking of index expressions in CompareIndexInfo().
- 3caedf246123 11.22 landed
- d6425987ba76 12.17 landed
- 9f71e10d65fa 17.0 landed
- 9d6d8d7049ea 14.10 landed
- 83ba050f92fa 13.13 landed
- 59371f1aeb9a 15.5 landed
- 12402b93117b 16.1 landed