postgresql/src/include/catalog
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32
The latter was already the dominant use, and it's preferable because
in C the convention is that intXX means XX bits.  Therefore, allowing
mixed use of int2, int4, int8, int16, int32 is obviously confusing.

Remove the typedefs for int2 and int4 for now.  They don't seem to be
widely used outside of the PostgreSQL source tree, and the few uses
can probably be cleaned up by the time this ships.
2012-06-25 01:51:46 +03:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
catalog.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
catversion.h Refer to the default foreign key match style as MATCH SIMPLE internally. 2012-06-17 20:16:44 -04:00
dependency.h Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock 2012-04-06 10:21:40 +01:00
duplicate_oids Make duplicate_oids return nonzero exit status if duplicates were found 2011-03-28 22:56:52 +03:00
genbki.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
heap.h Remove misplaced sanity check from heap_create(). 2012-06-14 09:58:53 -04:00
index.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
indexing.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
namespace.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
objectaccess.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
objectaddress.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_aggregate.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_am.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_amop.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_amproc.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_attrdef.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_attribute.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_auth_members.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_authid.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_cast.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_class.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_collation.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_collation_fn.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_constraint.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_control.h Replace XLogRecPtr struct with a 64-bit integer. 2012-06-24 19:19:45 +03:00
pg_conversion.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_conversion_fn.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_database.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_db_role_setting.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_default_acl.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_depend.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_description.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_enum.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_extension.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_foreign_data_wrapper.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_foreign_server.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_foreign_table.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_index.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_inherits.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_inherits_fn.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_language.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_largeobject.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_largeobject_metadata.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_namespace.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_opclass.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_operator.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_opfamily.h Allow spgist's text_ops to handle pattern-matching operators. 2012-02-02 13:10:56 -05:00
pg_pltemplate.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_proc.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_proc_fn.h Force PL and range-type support functions to be owned by a superuser. 2012-05-30 23:47:57 -04:00
pg_range.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_rewrite.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_seclabel.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_shdepend.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_shdescription.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_shseclabel.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_statistic.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_tablespace.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_trigger.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_ts_config.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_ts_config_map.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_ts_dict.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
pg_ts_parser.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_ts_template.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_type.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
pg_type_fn.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_user_mapping.h Hide most variable-length fields from Form_pg_* structs 2012-01-27 20:16:17 +02:00
storage.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
toasting.h Remove TOAST table from pg_database 2012-03-01 12:50:52 -03:00
unused_oids Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00