compile error with -DOPTIMIZER_DEBUG
Jan Urbański <wulczer@wulczer.org>
From: Jan Urbański <wulczer@wulczer.org>
To: Postgres - Hackers <pgsql-hackers@postgresql.org>
Date: 2009-11-22T12:04:12Z
Lists: pgsql-hackers
Attachments
- superfluous-paren.patch (text/x-diff) patch
Hi, ISTM that there's a superfluous curly brace in print_path (which only gets compiled with -DOPTIMIZER_DEBUG. Patch attached. Jan