Re: Fix outdated comments for IndexInfo

2025-05-01 Thread Japin Li
ns unchanged; v2-0002 has been modified according to your feedback. -- Regrads, Japin Li >From 5b5065c2c63c8bbe808aae0645e0534e8aee5f24 Mon Sep 17 00:00:00 2001 From: Japin Li Date: Wed, 30 Apr 2025 23:33:04 +0800 Subject: [PATCH v2 1/2] Fix outdated comments for IndexInfo * Commit 78416

Re: Fix outdated comments for IndexInfo

2025-05-01 Thread Peter Eisentraut
On 30.04.25 17:48, Japin Li wrote: While working on [1], I found outdated comments in IndexInfo. The attached patch corrects them. [1] https://www.postgresql.org/message-id/2A40921D-83AB-411E-ADA6-7E509A46F1E4%40logansw.com Maybe these per-column comments should be moved inline, similar to, f

Re: Fix outdated comments for IndexInfo

2025-04-30 Thread Richard Guo
On Thu, May 1, 2025 at 12:49 AM Japin Li wrote: > While working on [1], I found outdated comments in IndexInfo. > The attached patch corrects them. Nice catch. LGTM. Thanks Richard

Fix outdated comments for IndexInfo

2025-04-30 Thread Japin Li
001 From: Li Jianping Date: Wed, 30 Apr 2025 23:33:04 +0800 Subject: [PATCH] Fix outdated comments for IndexInfo * Commit 78416235713 removed the ii_OpclassOptions field. * Commit 94aa7cc5f70 added the ii_NullsNotDistinct field. * Commit fc0438b4e80 added the ii_WithoutOverlaps field. All previ