Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MERGE PG13] ysql: fix some compilation errors
Summary: Fix two compilation errors: - release build got -Wsometimes-uninitialized compilation error because of Assert(false) that is treated differently in release/debug builds - gcc build got -Werror=comment because of bad comment Test Plan: Jenkins: compile only, rebase: pg13 ./yb_build.sh fastdebug --gcc11 --no-initdb ./yb_build.sh release --clang15 --no-initdb Reviewers: smishra, neil Reviewed By: neil Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D22577
- Loading branch information