diff options
author | David Rowley <drowley@postgresql.org> | 2024-10-30 01:38:42 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-10-30 01:38:42 +1300 |
commit | fcbd1bb6613fde5784b54c88e4d0398ab8e13694 (patch) | |
tree | 39ad8010932c2ed531c49eeec1ab1e7abf0f6969 /src/tutorial/funcs.c | |
parent | 84b8fccbe5c21cc2a05f8cf91903cadc6ebfe680 (diff) | |
download | postgresql-fcbd1bb6613fde5784b54c88e4d0398ab8e13694.tar.gz postgresql-fcbd1bb6613fde5784b54c88e4d0398ab8e13694.zip |
Reduce variable scope and possibly useless palloc
Move the CreateStmt down to the branch that it's used in, thus
preventing the makeNode() call in cases where the CreateStmt isn't used.
Author: Ranier Vilela <ranier.vf@gmail.com>
Discussion: https://postgr.es/m/CAEudQAq=06YPWPhS+yyTbCwv5JLKRz8rm3dWx6JR5Uj_d_fQDA@mail.gmail.com
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions