mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Change the signature of rm_desc so that it's passed a XLogRecord.
Just feels more natural, and is more consistent with rm_redo.
This commit is contained in:
@ -57,6 +57,6 @@ extern char *get_tablespace_name(Oid spc_oid);
|
||||
extern bool directory_is_empty(const char *path);
|
||||
|
||||
extern void tblspc_redo(XLogRecPtr lsn, XLogRecord *rptr);
|
||||
extern void tblspc_desc(StringInfo buf, uint8 xl_info, char *rec);
|
||||
extern void tblspc_desc(StringInfo buf, XLogRecord *rptr);
|
||||
|
||||
#endif /* TABLESPACE_H */
|
||||
|
Reference in New Issue
Block a user