diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-06-29 10:30:55 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-06-29 10:34:53 +0200 |
commit | efcf55f8fe00b46198cd34557431c87ce5da8040 (patch) | |
tree | 02265ab099bbc9e0830caa55a8b3928f1a610190 /contrib/postgres_fdw/deparse.c | |
parent | 39a584dc90324b7323424d7450df8586ab2a0ca1 (diff) | |
download | postgresql-efcf55f8fe00b46198cd34557431c87ce5da8040.tar.gz postgresql-efcf55f8fe00b46198cd34557431c87ce5da8040.zip |
Remove inappropriate raw_expression_tree_walker() code
It was walking into the ColumnDef->compression field, which is not a
node but a string. This code is currently not reachable (because the
compression field is only set in situations that don't go through
raw_expression_tree_walker()), but if it had been, this could have
behaved erratically.
Diffstat (limited to 'contrib/postgres_fdw/deparse.c')
0 files changed, 0 insertions, 0 deletions