mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
pg_upgrade: error out on 'line' data type usage
The data type internal format changed in 9.4. Also mention this in the 9.4 release notes.
This commit is contained in:
@@ -470,6 +470,7 @@ void pg_putenv(const char *var, const char *val);
|
||||
|
||||
void new_9_0_populate_pg_largeobject_metadata(ClusterInfo *cluster,
|
||||
bool check_mode);
|
||||
void old_9_3_check_for_line_data_type_usage(ClusterInfo *cluster);
|
||||
|
||||
/* version_old_8_3.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user