mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-21 14:04:20 +01:00
These two simple macros have a twofold use: 1) They serve as annotations for the query extraction tool to find them when extracting queries from the C source code. 2) They replace the actual queries with names that can be used to lookup the queries in a table again, once they have been rewritten into the target SQL dialect. Signed-off-by: Christian Decker <decker.christian@gmail.com>