Skip to content

Commit

Permalink
Fix assorted compiler warnings.
Browse files Browse the repository at this point in the history
Per Devrim Gunduz, perform_checks() declares 'tab' in two different
places. Don't do that.

Per my local compiler, 'select_from_relations', 'progname', and
a bunch of things in definitions.c should be marked static, so do
that. Doing so revealed that check_collation_oid is altogether unused,
so remove it.
  • Loading branch information
robertmhaas committed Sep 19, 2024
1 parent 7dd4f32 commit 942c6bc
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 139 deletions.
Loading

0 comments on commit 942c6bc

Please sign in to comment.