]> granicus.if.org Git - postgresql/commit
Rewrite comment code for better modularity, and add necessary locking.
authorRobert Haas <rhaas@postgresql.org>
Fri, 27 Aug 2010 11:47:41 +0000 (11:47 +0000)
committerRobert Haas <rhaas@postgresql.org>
Fri, 27 Aug 2010 11:47:41 +0000 (11:47 +0000)
commitc10575ff005c330d0475345621b7d381eb510c48
tree5043b8f3efeb12f0b53b72c484ec6970eee08902
parent73b3bd5574099ac0f6a174852ce224d55d0cdf78
Rewrite comment code for better modularity, and add necessary locking.

Review by Alvaro Herrera, KaiGai Kohei, and Tom Lane.
src/backend/catalog/Makefile
src/backend/catalog/objectaddress.c [new file with mode: 0644]
src/backend/commands/comment.c
src/include/catalog/dependency.h
src/include/catalog/objectaddress.h [new file with mode: 0644]