Robert Haas <robertmh...@gmail.com> writes: > in it. That's more or less what Dimitri already has in his latest > patch, except that after looking it over I'm inclined to think that > we'd be better off storing the keys as text and translating to > internal ID numbers when we read and cache the table, rather than > storing the ID numbers in the table. That will make the catalog > contents easier to read, and more importantly will mean that a change > to the internal ID numbers need not be initdb-forcing.
Well that's what I had in previous versions of the patch, where the code was dealing directly with command tags. If we store text in catalogs and given that we already have the command tag as text, I suppose we would get back to only managing tags as text in the cache key and the rest of the code. Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers