Обсуждение: plproxy - plproxy: Few cleanups - parser.y: move xfunc reset together

Поиск
Список
Период
Сортировка

plproxy - plproxy: Few cleanups - parser.y: move xfunc reset together

От
mkz@pgfoundry.org (User Mkz)
Дата:
Log Message:
-----------
Few cleanups

- parser.y: move xfunc reset together with other vars
- plproxy.h:
  - use bool instead bitfield for booleans
  - remove duplicate include
  - reorder fields and make arg_count short to decrease holes

Modified Files:
--------------
    plproxy/src:
        parser.y (r1.10 -> r1.11)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/parser.y.diff?r1=1.10&r2=1.11)
        plproxy.h (r1.14 -> r1.15)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/plproxy.h.diff?r1=1.14&r2=1.15)