Closed lfittl closed 1 year ago
Note that unfortunately git doesn't automatically detect this as a file move (since the old file still exists), but there are no changes in the deparser code, except for making deparseRawStmt exported, as is more easily seen by doing something like:
git diff 15-latest:src/pg_query_deparse.c src/postgres_deparse.c
Looks like you need to adopt changes you made with src/pg_query_deparse.c
?
Following up on this from #180 (sorry for the delay, been busy). Do you plan to update & merge this in?
Bump?
Anything I can do to help with this change? I can try and send new PR, rebased off the latest master.
Anything I can do to help with this change? I can try and send new PR, rebased off the latest master.
Yes, that would actually help - this is on my list to get to, but if you make a new PR that is rebased it makes it an easy merge :)
@lfittl I hope I captured the essence of the change correctly in #192
Superseded by #192, which is now merged.
This enables external projects that are interested to work with a raw parsetree to use the libpg_query deparser, without pulling in the main pg_query headers.
Fixes #180.