Commit f0790a64 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove wildly obsolete type attribute externallength from chkpass

parent 77c75076
/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.9 2007/11/13 04:24:27 momjian Exp $ */ /* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.10 2010/07/28 20:34:34 petere Exp $ */
-- Adjust this setting to control where the objects get created. -- Adjust this setting to control where the objects get created.
SET search_path = public; SET search_path = public;
...@@ -19,7 +19,6 @@ CREATE OR REPLACE FUNCTION chkpass_out(chkpass) ...@@ -19,7 +19,6 @@ CREATE OR REPLACE FUNCTION chkpass_out(chkpass)
CREATE TYPE chkpass ( CREATE TYPE chkpass (
internallength = 16, internallength = 16,
externallength = 13,
input = chkpass_in, input = chkpass_in,
output = chkpass_out output = chkpass_out
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment