From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add OID output argument to DefineTSConfiguration |
Date: | 2015-03-25 18:58:15 |
Message-ID: | E1YaqVL-0004zW-JN@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add OID output argument to DefineTSConfiguration
... which is set to the OID of a copied text search config, whenever the
COPY clause is used.
This is in the spirit of commit a2e35b53c39.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/8217fb1441ce4b4e1785f9acfa0ce50039247a10
Modified Files
--------------
src/backend/commands/tsearchcmds.c | 10 +++++++++-
src/backend/tcop/utility.c | 3 ++-
src/include/commands/defrem.h | 3 ++-
3 files changed, 13 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2015-03-25 19:50:39 | pgsql: Reduce pinning and buffer content locking for btree scans. |
Previous Message | Alvaro Herrera | 2015-03-25 17:29:16 | pgsql: Fix bug for array-formatted identities of user mappings |