mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
Fix is_aux_file_key
This commit is contained in:
@@ -770,14 +770,9 @@ impl Key {
|
||||
&& self.field6 == 1
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
#[inline(always)]
|
||||
pub fn is_aux_file_key(&self) -> bool {
|
||||
self.field1 == AUX_KEY_PREFIX
|
||||
=======
|
||||
pub fn is_aux_file_key(&self) -> bool {
|
||||
self.field1 = AUX_KEY_PREFIX
|
||||
>>>>>>> a96135dde (Do not import AUX files)
|
||||
}
|
||||
|
||||
/// Guaranteed to return `Ok()` if [`Self::is_rel_block_key`] returns `true` for `key`.
|
||||
|
||||
Reference in New Issue
Block a user