pgsql: Fix a comment for remove_self_joins_recurse() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix a comment for remove_self_joins_recurse()
Date
Msg-id E1rHXym-00Bl74-9M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix a comment for remove_self_joins_recurse()

Discussion: https://postgr.es/m/18187-831da249cbd2ff8e%40postgresql.org
Author: Richard Guo
Reviewed-by: Andrei Lepikhov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0a93f803f45f45f39473e2c61923c4b4777bc8a8

Modified Files
--------------
src/backend/optimizer/plan/analyzejoins.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Enhance checkpointer restartpoint statistics
Next
From: Tom Lane
Date:
Subject: pgsql: Fix erroneous -Werror=missing-braces on old GCC.