aboutsummaryrefslogtreecommitdiff
path: root/src/include/backup/basebackup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/backup/basebackup.h')
-rw-r--r--src/include/backup/basebackup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/backup/basebackup.h b/src/include/backup/basebackup.h
index 3e68abc2bb7..1432d9c206b 100644
--- a/src/include/backup/basebackup.h
+++ b/src/include/backup/basebackup.h
@@ -27,7 +27,7 @@
*/
typedef struct
{
- char *oid; /* tablespace's OID, as a decimal string */
+ Oid oid; /* tablespace's OID */
char *path; /* full path to tablespace's directory */
char *rpath; /* relative path if it's within PGDATA, else
* NULL */