[HACKERS] small makeVar refactoring

2010-08-21 Thread Peter Eisentraut
While hacking around, I noticed that a lot of makeVar() calls could be refactored into some convenience functions, to save some redundancy and so that the unusual call patterns stand out better. Useful? Index: src/backend/commands/tablecmds.c

Re: [HACKERS] small makeVar refactoring

2010-08-21 Thread Tom Lane
Peter Eisentraut pete...@gmx.net writes: While hacking around, I noticed that a lot of makeVar() calls could be refactored into some convenience functions, to save some redundancy and so that the unusual call patterns stand out better. Useful? I'm not real thrilled with importing