Message-ID: From: "raminorujov (@raminorujov)" To: "pgjdbc/pgjdbc" Date: Wed, 16 Jul 2025 16:54:06 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3727: Fixed issue #2538: parsing comment in callable statement In-Reply-To: References: List-Id: X-GitHub-Author-Login: raminorujov X-GitHub-Comment-Id: 3079448086 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3727 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3727#issuecomment-3079448086 Content-Type: text/plain; charset=utf-8 > @raminorujov , could you factor "whitespace+block comment+line comment" in a method so it could be consistently used when whitespace skip is needed? Sure, will do.