From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Move atooid() definition to a central place |
Date: | 2017-03-01 16:55:47 |
Message-ID: | E1cj7XX-0002vi-KA@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Move atooid() definition to a central place
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/788af6f8541d5f30acec540e4fd3cb24f5347209
Modified Files
--------------
contrib/lo/lo.c | 2 --
contrib/vacuumlo/vacuumlo.c | 2 --
src/backend/bootstrap/bootparse.y | 2 --
src/backend/libpq/hba.c | 3 ---
src/backend/nodes/readfuncs.c | 2 --
src/backend/utils/adt/misc.c | 2 --
src/bin/pg_basebackup/pg_basebackup.c | 2 --
src/bin/pg_upgrade/pg_upgrade.h | 2 --
src/bin/psql/common.h | 2 --
src/bin/scripts/droplang.c | 2 --
src/include/fe_utils/string_utils.h | 2 --
src/include/postgres_ext.h | 4 ++++
12 files changed, 4 insertions(+), 23 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2017-03-01 17:23:48 | pgsql: Fix naming inconsistency |
Previous Message | Peter Eisentraut | 2017-03-01 13:54:26 | pgsql: psql: Add tab completion for DEALLOCATE |