Skip to content

Commit c87c844

Browse files
committed
until now, plpgsql_check has not AST statements walker. There is already more iteration over AST in some multi purposes iterators.
Now I have a plan to transform these AST iterators to more one purpose walkers.
1 parent 6ca625f commit c87c844

5 files changed

Lines changed: 538 additions & 199 deletions

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ sources = files(
5050
'src/stmtwalk.c',
5151
'src/tracer.c',
5252
'src/fextra_cache.c',
53+
'src/generic_stmt_walker.c',
5354
)
5455

5556
data = [ module_name + '.control',

0 commit comments

Comments
 (0)