why repl_gram.h?
Started by Peter Eisentrautover 13 years ago2 messages
src/backend/replication/Makefile calls bison with -d to create a
repl_gram.h header file, but that is not used anywhere. Is this an
oversight?
Re: why repl_gram.h?
On Oct 6, 2012 3:00 AM, "Peter Eisentraut" <peter_e@gmx.net> wrote:
src/backend/replication/Makefile calls bison with -d to create a
repl_gram.h header file, but that is not used anywhere. Is this an
oversight?
That's probably a copy/paste caused oversight. I don't recall any
particular reason for it.
/Magnus