aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2011-07-06 18:45:29 -0400
committerAndrew Dunstan <andrew@dunslane.net>2011-07-06 18:45:29 -0400
commitc895e775a57072b075b230d60381ac432520b1a8 (patch)
tree952623d2049fd9b4c768431321eac3f7ae22bee4 /src/backend/commands/async.c
parent14f67192c25a130a354f3e3e6db3dfd49d2f5c86 (diff)
downloadpostgresql-c895e775a57072b075b230d60381ac432520b1a8.tar.gz
postgresql-c895e775a57072b075b230d60381ac432520b1a8.zip
Reimplement pgbison and pgflex as perl scripts instead of bat files.
In the process, remove almost all knowledge of individual .y and .l files, and instead get invocation settings from the relevant make files. The exception is plpgsql's gram.y, which has a target with a different name. It is hoped that this will make the scripts more future-proof, so that they won't require adjustment every time we add a new .l or .y file. The logic is also notably less tortured than that forced on us by the idiosyncrasies of the Windows command processor. The .bat files are kept as thin wrappers for the perl scripts.
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions